VisiBroker for Java

org.omg.CORBA
Interface IDLTypeOperations

All Superinterfaces:
IRObjectOperations
All Known Subinterfaces:
AbstractInterfaceDef, AbstractInterfaceDefOperations, AliasDef, AliasDefOperations, ArrayDef, ArrayDefOperations, EnumDef, EnumDefOperations, FixedDef, FixedDefOperations, IDLType, InterfaceDef, InterfaceDefOperations, LocalInterfaceDef, LocalInterfaceDefOperations, NativeDef, NativeDefOperations, PrimitiveDef, PrimitiveDefOperations, SequenceDef, SequenceDefOperations, StringDef, StringDefOperations, StructDef, StructDefOperations, TypedefDef, TypedefDefOperations, UnionDef, UnionDefOperations, ValueBoxDef, ValueBoxDefOperations, ValueDef, ValueDefOperations, WstringDef, WstringDefOperations
All Known Implementing Classes:
_IDLTypeStub

public interface IDLTypeOperations
extends IRObjectOperations

The IDLType interface is defined as a marker interface used to mark those Repository Objects that form IDL types. For example, EnumDef inherits from IDLType because it represents the IDL type construct, but OperationDef does not, because it is the regular Repository object and not IDL type. Every IDLType object has an associated TypeCode. The TypeCode uniquely identifies the object's type.


Method Summary
 TypeCode type()
           
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

type

TypeCode type()
Returns:
the TypeCode object associated with the IRObject that represents an IDL type definition in the Interface Repository

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online