org.omg.CORBA
Interface IDLType


public abstract interface IDLType
extends org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, IRObject

An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types. It provides access to the TypeCode object describing the type and is used in defining the other interfaces wherever definitions of IDLType must be referenced.


Fields inherited from class java.io.Serializable
serialVersionUID
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 TypeCode type()
          Retrieves the TypeCode object describing the type of this object.
 
Methods inherited from interface org.omg.CORBA.IRObject
def_kind, destroy
 

Method Detail

type

public TypeCode type()
Retrieves the TypeCode object describing the type of this object.
Returns:
the TypeCode object describing this object