Uses of Interface
org.omg.CORBA.IDLType

Packages that use IDLType
org.omg.CORBA   
 

Uses of IDLType in org.omg.CORBA
 

Subinterfaces of IDLType in org.omg.CORBA
 interface AbstractInterfaceDef
           
 interface AliasDef
           
 interface ArrayDef
           
 interface EnumDef
           
 interface FixedDef
           
 interface InterfaceDef
           
 interface LocalInterfaceDef
           
 interface NativeDef
           
 interface PrimitiveDef
           
 interface SequenceDef
           
 interface StringDef
           
 interface StructDef
           
 interface TypedefDef
           
 interface UnionDef
           
 interface ValueBoxDef
           
 interface ValueDef
           
 interface WstringDef
           
 

Classes in org.omg.CORBA that implement IDLType
 class _AbstractInterfaceDefStub
           
 class _AliasDefStub
           
 class _ArrayDefStub
           
 class _EnumDefStub
           
 class _FixedDefStub
           
 class _IDLTypeStub
           
 class _InterfaceDefStub
           
 class _LocalInterfaceDefStub
           
 class _NativeDefStub
           
 class _PrimitiveDefStub
           
 class _SequenceDefStub
           
 class _StringDefStub
           
 class _StructDefStub
           
 class _TypedefDefStub
           
 class _UnionDefStub
           
 class _ValueBoxDefStub
           
 class _ValueDefStub
           
 class _WstringDefStub
           
 

Fields in org.omg.CORBA declared as IDLType
 IDLType ParameterDescription.type_def
           
 IDLType ValueMember.type_def
           
 IDLType UnionMember.type_def
           
 IDLType StructMember.type_def
           
 IDLType IDLTypeHolder.value
           
 

Methods in org.omg.CORBA that return IDLType
 IDLType UnionDefOperations.discriminator_type_def()
           
 IDLType _UnionDefStub.discriminator_type_def()
           
 IDLType _ArrayDefStub.element_type_def()
           
 IDLType _SequenceDefStub.element_type_def()
           
 IDLType SequenceDefOperations.element_type_def()
           
 IDLType ArrayDefOperations.element_type_def()
           
static IDLType IDLTypeHelper.extract(Any any)
           
static IDLType IDLTypeHelper.narrow(Object val)
           
 IDLType AliasDefOperations.original_type_def()
           
 IDLType _ValueBoxDefStub.original_type_def()
           
 IDLType _AliasDefStub.original_type_def()
           
 IDLType ValueBoxDefOperations.original_type_def()
           
static IDLType IDLTypeHelper.read(InputStream in)
           
 IDLType OperationDefOperations.result_def()
           
 IDLType _OperationDefStub.result_def()
           
 IDLType ValueMemberDefOperations.type_def()
           
 IDLType _ValueMemberDefStub.type_def()
           
 IDLType _ConstantDefStub.type_def()
           
 IDLType _AttributeDefStub.type_def()
           
 IDLType AttributeDefOperations.type_def()
           
 IDLType ConstantDefOperations.type_def()
           
static IDLType IDLTypeHelper.unchecked_narrow(Object val)
           
 

Methods in org.omg.CORBA with parameters of type IDLType
 OperationDef ValueDefOperations._OB_create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, NativeDef[] native_exceptions, String[] contexts)
           
 OperationDef _LocalInterfaceDefStub._OB_create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, NativeDef[] _ob_a7, String[] _ob_a8)
           
 OperationDef _ValueDefStub._OB_create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, NativeDef[] _ob_a7, String[] _ob_a8)
           
 OperationDef LocalInterfaceDefOperations._OB_create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, NativeDef[] native_exceptions, String[] contexts)
           
 AliasDef _InterfaceDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _RepositoryStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _LocalInterfaceDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _ModuleDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _ContainerStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _StructDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _ExceptionDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef ContainerOperations.create_alias(String id, String name, String version, IDLType original_type)
           
 AliasDef _AbstractInterfaceDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _ValueDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 AliasDef _UnionDefStub.create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ArrayDef _RepositoryStub.create_array(int _ob_a0, IDLType _ob_a1)
           
 ArrayDef RepositoryOperations.create_array(int length, IDLType element_type)
           
 AttributeDef _InterfaceDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
 AttributeDef ValueDefOperations.create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
           
 AttributeDef _LocalInterfaceDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
 AttributeDef InterfaceDefOperations.create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
           
 AttributeDef _AbstractInterfaceDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
 AttributeDef _ValueDefStub.create_attribute(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, AttributeMode _ob_a4)
           
 ConstantDef _InterfaceDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _RepositoryStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _LocalInterfaceDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _ModuleDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _ContainerStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _StructDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _ExceptionDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef ContainerOperations.create_constant(String id, String name, String version, IDLType type, Any value)
           
 ConstantDef _AbstractInterfaceDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _ValueDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 ConstantDef _UnionDefStub.create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 OperationDef _InterfaceDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
 OperationDef ValueDefOperations.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 OperationDef _LocalInterfaceDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
 OperationDef InterfaceDefOperations.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 OperationDef _AbstractInterfaceDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
 OperationDef _ValueDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
 SequenceDef _RepositoryStub.create_sequence(int _ob_a0, IDLType _ob_a1)
           
 SequenceDef RepositoryOperations.create_sequence(int bound, IDLType element_type)
           
 UnionDef _InterfaceDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _RepositoryStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _LocalInterfaceDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _ModuleDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _ContainerStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _StructDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _ExceptionDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef ContainerOperations.create_union(String id, String name, String version, IDLType discriminator_type, UnionMember[] members)
           
 UnionDef _AbstractInterfaceDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _ValueDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 UnionDef _UnionDefStub.create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 ValueBoxDef _InterfaceDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _RepositoryStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _LocalInterfaceDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _ModuleDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _ContainerStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _StructDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _ExceptionDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef ContainerOperations.create_value_box(String id, String name, String version, IDLType original_type_def)
           
 ValueBoxDef _AbstractInterfaceDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _ValueDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueBoxDef _UnionDefStub.create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueMemberDef ValueDefOperations.create_value_member(String id, String name, String version, IDLType type, short access)
           
 ValueMemberDef _ValueDefStub.create_value_member(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, short _ob_a4)
           
 void UnionDefOperations.discriminator_type_def(IDLType val)
           
 void _UnionDefStub.discriminator_type_def(IDLType _ob_a)
           
 void _ArrayDefStub.element_type_def(IDLType _ob_a)
           
 void _SequenceDefStub.element_type_def(IDLType _ob_a)
           
 void SequenceDefOperations.element_type_def(IDLType val)
           
 void ArrayDefOperations.element_type_def(IDLType val)
           
static void IDLTypeHelper.insert(Any any, IDLType val)
           
 void AliasDefOperations.original_type_def(IDLType val)
           
 void _ValueBoxDefStub.original_type_def(IDLType _ob_a)
           
 void _AliasDefStub.original_type_def(IDLType _ob_a)
           
 void ValueBoxDefOperations.original_type_def(IDLType val)
           
 void OperationDefOperations.result_def(IDLType val)
           
 void _OperationDefStub.result_def(IDLType _ob_a)
           
 void ValueMemberDefOperations.type_def(IDLType val)
           
 void _ValueMemberDefStub.type_def(IDLType _ob_a)
           
 void _ConstantDefStub.type_def(IDLType _ob_a)
           
 void _AttributeDefStub.type_def(IDLType _ob_a)
           
 void AttributeDefOperations.type_def(IDLType val)
           
 void ConstantDefOperations.type_def(IDLType val)
           
static void IDLTypeHelper.write(OutputStream out, IDLType val)
           
 

Constructors in org.omg.CORBA with parameters of type IDLType
IDLTypeHolder(IDLType initial)
           
ParameterDescription(String name, TypeCode type, IDLType type_def, ParameterMode mode)
           
StructMember(String name, TypeCode type, IDLType type_def)
           
UnionMember(String name, Any label, TypeCode type, IDLType type_def)
           
ValueMember(String name, String id, String defined_in, String version, TypeCode type, IDLType type_def, short access)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.