OpenEdge.Lang.EnumMember class
The OpenEdge.Lang.EnumMember class is an enumeration definition class. It is an abstract class.
Constructors
The following constructor allows the specification of an integer value and a character name for the enumeration:
PROTECTED (piValue as INTEGER INPUT pcName AS CHARACTER)
|
The following constructor allows only the specification of an integer value for the enumeration:
PROTECTED (piValue as INTEGER)
|
The following constructor allows only the specification of a character name for the enumeration:
PROTECTED (INPUT pcName AS CHARACTER)
|
Public Properties
Public Method