[]
Contains a structure attribute's class name and its revision.
get attrClsName(): string;
Gets the attribute class name.
string
set attrClsName(value): void;
Sets the attribute class name.
string
void
get id(): number;
Gets the reference to the object.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get revision(): number;
Gets the attribute's revision number.
number
set revision(value): void;
Sets the attribute's revision number.
number
void
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void