public class BaseObject extends java.lang.Object implements _BaseObject_
_BaseObject_.| Modifier and Type | Field and Description |
|---|---|
private boolean |
valid
Flag indicating if this instance is valid or was deleted.
|
| Constructor and Description |
|---|
BaseObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
__isValidInternal__()
Get the object's valid state (if it was deleted or not).
|
void |
__lang_BaseObject_constructor__()
Implicit, no parameter, method associated with the implicit legacy constructor for the
Progress.Lang.Object class. |
void |
__setValidInternal__(boolean valid)
Set the object's valid state (if it was deleted or not).
|
protected static void |
assertNotNull(character str,
java.lang.String name) |
protected static void |
assertNotNull(object<? extends _BaseObject_> obj,
java.lang.String name) |
object<? extends LegacyClass> |
getLegacyClass()
Obtains the class of this object instance.
|
object<? extends _BaseObject_> |
getNextSibling()
Obtains the next object instance in the linked list of all existing objects.
|
object<? extends _BaseObject_> |
getPrevSibling()
Obtains the previous object instance in the linked list of all existing objects.
|
object<? extends _BaseObject_> |
legacyClone()
No-op implementation for clone.
|
logical |
legacyEquals(object<? extends _BaseObject_> other)
Check if this reference matches the given one.
|
character |
toLegacyString()
Get the string representation for this instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedpublic void __lang_BaseObject_constructor__()
Progress.Lang.Object class.__lang_BaseObject_constructor__ in interface _BaseObject_public final boolean __isValidInternal__()
__isValidInternal__ in interface _BaseObject_public final void __setValidInternal__(boolean valid)
__setValidInternal__ in interface _BaseObject_valid - Flag indicating if this instance is valid or not.public object<? extends _BaseObject_> getNextSibling()
getNextSibling in interface _BaseObject_public object<? extends _BaseObject_> getPrevSibling()
getPrevSibling in interface _BaseObject_public object<? extends LegacyClass> getLegacyClass()
getLegacyClass in interface _BaseObject_public logical legacyEquals(object<? extends _BaseObject_> other)
legacyEquals in interface _BaseObject_other - The other reference.true if the other reference is not unknown value and if the reference
is the same as this object's reference.public character toLegacyString()
Although the original method name is toString(), this version returns a
character type which would conflict with the java.lang.Object.toString()
version. For this reason, the name is mapped differently during conversion.
toLegacyString in interface _BaseObject_public object<? extends _BaseObject_> legacyClone()
legacyClone in interface _BaseObject_protected static void assertNotNull(object<? extends _BaseObject_> obj, java.lang.String name)
protected static void assertNotNull(character str, java.lang.String name)