IDLTypeOperationspublic interface IDLTypeOperations implements org.omg.CORBA.IRObjectOperationsThis interface must be implemented by all IDLType objects.
The IDLType is inherited by all IR objects that
represent IDL types, including interfaces, typedefs, and
anonymous types. |
Methods Summary |
---|
public org.omg.CORBA.TypeCode | type()The type attribute describes the type defined by an object
derived from IDLType .
|
|