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

    Subtopics

    1. ENUM keyword
    2. Identifier
    3. base_type - Enumeration base type
    4. Enumerator list