Progress.Lang.Enum provides a common set of methods that all ABL enums
inherit.
You cannot inherit from this class.
Constructors
This class contains only a private constructor; you cannot instantiate it directly.
Interfaces
This class does not implement interfaces (beyond those it may inherit from its base
class).
Public Properties
This class does not contain properties.
Public Events
This class does not contain events.
Notes
- Although enums are implicitly class based, you cannot instantiate an enum using NEW. You
must use the type-name syntax shown in the Enumeration member access entry to access the members defined in an enum or use the GetEnum( ) method to get an enum instance.