10.4.12 EnumDef

An EnumDef (shown below) represents an OMG IDL enumeration definition.

module CORBA {
      typedef sequence <Identifier> EnumMemberSeq;
      interface EnumDef : TypedefDef {
              readonly attribute EnumMemberSeq           members;
      };
};
members
Contains a distinct name for each possible value of the enumeration.

The inherited type attribute is a tk_enum TypeCode describing the enumeration.