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
Enumeration |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Name |
String |
The name of an enumerated value. For |
Value |
Long |
The numeric value associated with the The numeric value is important only if you are constructing source |
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. |