Uses of Interface
org.omg.DynamicAny.DynAny
-
Packages that use DynAny Package Description org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with ananyat runtime, and extraction of the primitive constituents of the data value. -
-
Uses of DynAny in org.omg.DynamicAny
Subinterfaces of DynAny in org.omg.DynamicAny Modifier and Type Interface Description interfaceDynArrayDynArray objects support the manipulation of IDL arrays.interfaceDynEnumDynEnum objects support the manipulation of IDL enumerated values.interfaceDynFixedDynFixed objects support the manipulation of IDL fixed values.interfaceDynSequenceDynSequence objects support the manipulation of IDL sequences.interfaceDynStructDynStruct objects support the manipulation of IDL struct and exception values.interfaceDynUnionDynUnion objects support the manipulation of IDL unions.interfaceDynValueDynValue objects support the manipulation of IDL non-boxed value types.interfaceDynValueBoxDynValueBox objects support the manipulation of IDL boxed value types.interfaceDynValueCommonDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.Classes in org.omg.DynamicAny that implement DynAny Modifier and Type Class Description class_DynAnyStubAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.class_DynArrayStubDynArray objects support the manipulation of IDL arrays.class_DynEnumStubDynEnum objects support the manipulation of IDL enumerated values.class_DynFixedStubDynFixed objects support the manipulation of IDL fixed values.class_DynSequenceStubDynSequence objects support the manipulation of IDL sequences.class_DynStructStubDynStruct objects support the manipulation of IDL struct and exception values.class_DynUnionStubDynUnion objects support the manipulation of IDL unions.class_DynValueStubDynValue objects support the manipulation of IDL non-boxed value types.Fields in org.omg.DynamicAny declared as DynAny Modifier and Type Field Description DynAnyNameDynAnyPair. valueThe DynAny value associated with the name.Methods in org.omg.DynamicAny that return DynAny Modifier and Type Method Description DynAny_DynAnyStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynArrayStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynEnumStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynFixedStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynSequenceStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynStructStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynUnionStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynValueStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynAnyOperations. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynAnyFactoryStub. create_dyn_any(Any value)Creates a new DynAny object from an any value.DynAnyDynAnyFactoryOperations. create_dyn_any(Any value)Creates a new DynAny object from an any value.DynAny_DynAnyFactoryStub. create_dyn_any_from_type_code(TypeCode type)Creates a DynAny from a TypeCode.DynAnyDynAnyFactoryOperations. create_dyn_any_from_type_code(TypeCode type)Creates a DynAny from a TypeCode.DynAny_DynAnyStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynArrayStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynEnumStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynFixedStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynSequenceStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynStructStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynUnionStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynValueStub. current_component()Returns the DynAny for the component at the current position.DynAnyDynAnyOperations. current_component()Returns the DynAny for the component at the current position.static DynAnyDynAnyHelper. extract(Any a)static DynAny[]DynAnySeqHelper. extract(Any a)DynAnyDynValueBoxOperations. get_boxed_value_as_dyn_any()Returns the boxed value as a DynAny.DynAny_DynUnionStub. get_discriminator()Returns the current discriminator value.DynAnyDynUnionOperations. get_discriminator()Returns the current discriminator value.DynAny_DynAnyStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynArrayStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynEnumStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynFixedStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynSequenceStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynStructStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynUnionStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynValueStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynAnyOperations. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny[]_DynArrayStub. get_elements_as_dyn_any()Returns the elements of the DynArray as DynAnys.DynAny[]_DynSequenceStub. get_elements_as_dyn_any()Returns the DynAnys representing the elements of the sequence.DynAny[]DynArrayOperations. get_elements_as_dyn_any()Returns the elements of the DynArray as DynAnys.DynAny[]DynSequenceOperations. get_elements_as_dyn_any()Returns the DynAnys representing the elements of the sequence.DynAny_DynUnionStub. member()Returns the currently active member.DynAnyDynUnionOperations. member()Returns the currently active member.static DynAnyDynAnyHelper. narrow(Object obj)static DynAnyDynAnyHelper. read(InputStream istream)static DynAny[]DynAnySeqHelper. read(InputStream istream)static DynAnyDynAnyHelper. unchecked_narrow(Object obj)Methods in org.omg.DynamicAny with parameters of type DynAny Modifier and Type Method Description void_DynAnyStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynArrayStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynEnumStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynFixedStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynSequenceStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynStructStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynUnionStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynValueStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynAnyOperations. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.boolean_DynAnyStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynArrayStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynEnumStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynFixedStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynSequenceStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynStructStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynUnionStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynValueStub. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynAnyOperations. equal(DynAny dyn_any)Compares two DynAny values for equality.static voidDynAnyHelper. insert(Any a, DynAny that)static voidDynAnySeqHelper. insert(Any a, DynAny[] that)void_DynAnyStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynArrayStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynEnumStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynFixedStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynSequenceStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynStructStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynUnionStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynValueStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynAnyOperations. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynValueBoxOperations. set_boxed_value_as_dyn_any(DynAny boxed)Replaces the boxed value with the value contained in the parameter.void_DynUnionStub. set_discriminator(DynAny d)Sets the discriminator of the DynUnion to the specified value.voidDynUnionOperations. set_discriminator(DynAny d)Sets the discriminator of the DynUnion to the specified value.void_DynArrayStub. set_elements_as_dyn_any(DynAny[] value)Sets the DynArray to contain the passed elements.void_DynSequenceStub. set_elements_as_dyn_any(DynAny[] value)Sets the elements of a sequence using DynAnys.voidDynArrayOperations. set_elements_as_dyn_any(DynAny[] value)Sets the DynArray to contain the passed elements.voidDynSequenceOperations. set_elements_as_dyn_any(DynAny[] value)Sets the elements of a sequence using DynAnys.static voidDynAnyHelper. write(OutputStream ostream, DynAny value)static voidDynAnySeqHelper. write(OutputStream ostream, DynAny[] value)Constructors in org.omg.DynamicAny with parameters of type DynAny Constructor Description NameDynAnyPair(String _id, DynAny _value)
-