EnumerationItemDefinition object
A class that provides information about the value names and the
associated numeric values for an enumerated datatype. It is used in the
EnumerationDefinition class. It has no events.
Properties
|
EnumerationItemDefinition property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
Name |
String |
The name of an enumerated value. For example, Left! |
|
Value |
Long |
The numeric value associated with the name. For The numeric value is important only if you are |
Functions
|
EnumerationItemDefinition function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Object |
Returns the type of the object. |