VisiBroker for Java

org.omg.CORBA
Interface IDLType

All Superinterfaces:
IDLEntity, IDLTypeOperations, IRObject, IRObjectOperations, Object, java.io.Serializable
All Known Subinterfaces:
AbstractInterfaceDef, AliasDef, ArrayDef, EnumDef, FixedDef, InterfaceDef, LocalInterfaceDef, NativeDef, PrimitiveDef, SequenceDef, StringDef, StructDef, TypedefDef, UnionDef, ValueBoxDef, ValueDef, WstringDef
All Known Implementing Classes:
_IDLTypeStub

public interface IDLType
extends IDLTypeOperations, IRObject, IDLEntity

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
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 


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