FileDocCategorySizeDatePackage
IDLTypeOperations.javaAPI DocJava SE 5 API1188Fri Aug 26 14:58:28 BST 2005org.omg.CORBA

IDLTypeOperations

public interface IDLTypeOperations implements org.omg.CORBA.IRObjectOperations
This 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.
see
IDLType
see
IRObject
see
IRObjectOperations

Fields Summary
Constructors Summary
Methods Summary
public org.omg.CORBA.TypeCodetype()
The type attribute describes the type defined by an object derived from IDLType.

return
the TypeCode defined by this object.