Progress.Lang.FlagsEnum class
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
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
| IsFlagSet( ) method | ToString( ) method (Object) |
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.