Additional fields and methods of the HopObject class.
Methods
Constructs a name from an object which
is unique in the underlying HopObject collection.
parameters
Object | obj |
The object representing or containing
the alias name. Possible object types include:
|
Number | maxLength | The maximum length of the alias |
returns
The resulting alias |
Returns true if the internal state of this HopObject is TRANSIENT.
returns
True if this HopObject is marked as transient, false otherwise. |
Returns true if the internal state of this HopObject is VIRTUAL.
returns
True if this HopObject is marked as virtual, false otherwise. |
Returns true if the internal state of this HopObject is INVALID.
returns
True if this HopObject is marked as invalid, false otherwise. |
Returns true if the internal state of this HopObject is CLEAN.
returns
True if this HopObject is marked as clean, false otherwise. |
Returns true if the internal state of this HopObject is NEW.
returns
True if this HopObject is marked as new, false otherwise. |
Returns true if the internal state of this HopObject is MODIFIED.
returns
True if this HopObject is marked as modified, false otherwise. |
Returns true if the internal state of this HopObject is DELETED.
returns
True if this HopObject is marked as deleted, false otherwise. |