Package | Description |
---|---|
org.omg.CORBA |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractInterfaceDef
Generated from IDL interface "AbstractInterfaceDef".
|
interface |
AliasDef
Generated from IDL interface "AliasDef".
|
interface |
ArrayDef
Generated from IDL interface "ArrayDef".
|
interface |
EnumDef
Generated from IDL interface "EnumDef".
|
interface |
ExtAbstractInterfaceDef
Generated from IDL interface "ExtAbstractInterfaceDef".
|
interface |
ExtInterfaceDef
Generated from IDL interface "ExtInterfaceDef".
|
interface |
ExtLocalInterfaceDef
Generated from IDL interface "ExtLocalInterfaceDef".
|
interface |
ExtValueDef
Generated from IDL interface "ExtValueDef".
|
interface |
FixedDef
Generated from IDL interface "FixedDef".
|
interface |
InterfaceDef
Generated from IDL interface "InterfaceDef".
|
interface |
LocalInterfaceDef
Generated from IDL interface "LocalInterfaceDef".
|
interface |
NativeDef
Generated from IDL interface "NativeDef".
|
interface |
PrimitiveDef
Generated from IDL interface "PrimitiveDef".
|
interface |
SequenceDef
Generated from IDL interface "SequenceDef".
|
interface |
StringDef
Generated from IDL interface "StringDef".
|
interface |
StructDef
Generated from IDL interface "StructDef".
|
interface |
TypedefDef
Generated from IDL interface "TypedefDef".
|
interface |
UnionDef
Generated from IDL interface "UnionDef".
|
interface |
ValueBoxDef
Generated from IDL interface "ValueBoxDef".
|
interface |
ValueDef
Generated from IDL interface "ValueDef".
|
interface |
WstringDef
Generated from IDL interface "WstringDef".
|
Modifier and Type | Field and Description |
---|---|
IDLType |
ParameterDescription.type_def |
IDLType |
ValueMember.type_def |
IDLType |
UnionMember.type_def |
IDLType |
StructMember.type_def |
IDLType |
IDLTypeHolder.value |
Modifier and Type | Method and Description |
---|---|
IDLType |
UnionDefOperations.discriminator_type_def() |
IDLType |
SequenceDefOperations.element_type_def() |
IDLType |
ArrayDefOperations.element_type_def() |
static IDLType |
IDLTypeHelper.extract(Any any) |
static IDLType |
IDLTypeHelper.narrow(Object obj) |
IDLType |
AliasDefOperations.original_type_def() |
IDLType |
ValueBoxDefOperations.original_type_def() |
static IDLType |
IDLTypeHelper.read(InputStream in) |
IDLType |
OperationDefOperations.result_def() |
IDLType |
AttributeDefOperations.type_def() |
IDLType |
ConstantDefOperations.type_def() |
IDLType |
ValueMemberDefOperations.type_def() |
static IDLType |
IDLTypeHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
AliasDef |
ContainerOperations.create_alias(String id,
String name,
String version,
IDLType original_type) |
ArrayDef |
RepositoryOperations.create_array(int length,
IDLType element_type) |
AttributeDef |
InterfaceDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
AttributeDef |
ValueDefOperations.create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode) |
ConstantDef |
ContainerOperations.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ExtAttributeDef |
ExtValueDefOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
ExtAttributeDef |
InterfaceAttrExtensionOperations.create_ext_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode,
ExceptionDef[] get_exceptions,
ExceptionDef[] set_exceptions) |
OperationDef |
InterfaceDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
ValueDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
SequenceDef |
RepositoryOperations.create_sequence(int bound,
IDLType element_type) |
UnionDef |
ContainerOperations.create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
ValueBoxDef |
ContainerOperations.create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueMemberDef |
ValueDefOperations.create_value_member(String id,
String name,
String version,
IDLType type,
short access) |
void |
UnionDefOperations.discriminator_type_def(IDLType arg) |
void |
SequenceDefOperations.element_type_def(IDLType arg) |
void |
ArrayDefOperations.element_type_def(IDLType arg) |
static void |
IDLTypeHelper.insert(Any any,
IDLType s) |
void |
AliasDefOperations.original_type_def(IDLType arg) |
void |
ValueBoxDefOperations.original_type_def(IDLType arg) |
void |
OperationDefOperations.result_def(IDLType arg) |
void |
AttributeDefOperations.type_def(IDLType arg) |
void |
ConstantDefOperations.type_def(IDLType arg) |
void |
ValueMemberDefOperations.type_def(IDLType arg) |
static void |
IDLTypeHelper.write(OutputStream _out,
IDLType s) |
Constructor and Description |
---|
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 © 2013. All Rights Reserved.