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;
};
};
The inherited type
attribute is a
tk_enum
TypeCode describing the enumeration.
Parent topic: Interface Repository Interfaces