Package org.omg.CORBA

Interface IDLType

All Superinterfaces:
IDLEntity, IDLTypeOperations, IRObject, IRObjectOperations, Object, Serializable
All Known Subinterfaces:
AliasDef, ArrayDef, EnumDef, InterfaceDef, NativeDef, PrimitiveDef, SequenceDef, StringDef, StructDef, TypedefDef, UnionDef, ValueBoxDef, ValueDef
All Known Implementing Classes:
_AliasDefStub, _ArrayDefStub, _EnumDefStub, _IDLTypeStub, _IDLTypeStub, _InterfaceDefStub, _NativeDefStub, _PrimitiveDefStub, _SequenceDefStub, _StringDefStub, _StructDefStub, _TypedefDefStub, _UnionDefStub, _ValueBoxDefStub, _ValueDefStub

public interface IDLType extends IDLTypeOperations, IRObject, IDLEntity
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.