J-Integra® Espresso Programming Documentation (API)

ORB.create_enum_tc Method

Creates a TypeCode object representing an IDL enum. The TypeCode object is initialized with the given id, name, and members.

Ics.CORBA.TypeCode create_enum_tc(
 string id,
 string name,
 string[] members
);

Parameters

id
the repository id for the enum.
name
the name for the enum.
members
an array describing the members of the enum.

Return Value

the newly-created TypeCode object describing an IDL enum.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace