company logo

Enumeration definition

An enumeration defines a list of enumerator values and category names. An enumeration definition contains an ODABA specific extension, which allows associating enumeration categories with a data type (object type).

Definition: 

enum_type := _enum identifier [base_class] [enum_def]

Related topics