EnumerationDefinition object
Information about the type of a variable when it is
an enumerated datatype. EnumerationDefinition is inherited from
TypeDefinition. It has no events.
Properties
|
Enumeration |
Datatype |
Description |
|---|---|---|
|
Category |
TypeCategory |
Specifies whether the type is simple,
|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
DataTypeOf |
String |
The system class name or simple datatype
For objects you have defined, the datatype is the system class from |
|
Enumeration[ ] |
EnumerationItem |
An array of the name-value pairs for |
|
IsStructure |
Boolean |
Indicates whether the type is a structure. |
|
IsSystemType |
Boolean |
Indicates whether the class is a system |
|
IsVariableLength |
Boolean |
Specifies whether the datatype has a Values are:
|
|
IsVisualType |
Boolean |
Indicates whether the type is a visual |
|
LibraryName |
String |
The fully qualified name of the library |
|
Name |
String |
The name of the class. For a nested class, |
Functions
|
Enumeration |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the object. |
|
|
Integer |
Creates a reference to a context-specific |
|
|
PowerObject |
Returns a reference to the name of the |
|
|
Object |
Returns the type of the object. |