Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.Lang.FlagsEnum class
 

Progress.Lang.FlagsEnum class

Progress.Lang.FlagsEnum provides a common set of methods that all ABL flag enums inherit.
You cannot inherit from this class.

Serializable:

Yes

Constructors

This class contains only a private constructor; you cannot instantiate it directly.

Super Class

Progress.Lang.Enum class

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 Methods

Public Events

This class does not contain events.

Notes

*There are three additional methods that you can use to set and unset flags for a flag enum type: the ToggleFlag( ) method, the SetFlag( ) method, and the UnsetFlag( ) method. These methods are not part of the implementation of Progress.Lang.FlagsEnum, but they are automatically available for all built-in and user-defined flag enums.