Uses of Interface
org.omg.DynamicAny.DynAny
-
Packages that use DynAny Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynAny in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynAny Modifier and Type Class Description classDynAnyBasicImpl(package private) classDynAnyCollectionImpl(package private) classDynAnyComplexImpl(package private) classDynAnyConstructedImpl(package private) classDynAnyImplclassDynArrayImplclassDynEnumImplclassDynFixedImplclassDynSequenceImplclassDynStructImplclassDynUnionImplclassDynValueBoxImpl(package private) classDynValueCommonImplclassDynValueImplFields in com.sun.corba.ee.impl.dynamicany declared as DynAny Modifier and Type Field Description (package private) DynAny[]DynAnyConstructedImpl. components(package private) DynAnyDynUnionImpl. currentMember(package private) DynAnyDynUnionImpl. discriminatorprotected static DynAny[]DynAnyConstructedImpl. emptyComponentsMethods in com.sun.corba.ee.impl.dynamicany that return DynAny Modifier and Type Method Description (package private) static DynAnyDynAnyUtil. convertToNative(DynAny dynAny, ORB orb)DynAnyDynAnyBasicImpl. copy()DynAnyDynAnyConstructedImpl. copy()abstract DynAnyDynAnyImpl. copy()DynAnyDynAnyFactoryImpl. create_dyn_any(Any any)DynAnyDynAnyFactoryImpl. create_dyn_any_from_type_code(TypeCode type)(package private) static DynAnyDynAnyUtil. createMostDerivedDynAny(Any any, ORB orb, boolean copyValue)(package private) static DynAnyDynAnyUtil. createMostDerivedDynAny(TypeCode typeCode, ORB orb)DynAnyDynAnyBasicImpl. current_component()DynAnyDynAnyConstructedImpl. current_component()DynAnyDynEnumImpl. current_component()DynAnyDynValueBoxImpl. get_boxed_value_as_dyn_any()DynAnyDynUnionImpl. get_discriminator()Returns the current discriminator value.DynAnyDynAnyBasicImpl. get_dyn_any()DynAnyDynAnyConstructedImpl. get_dyn_any()DynAny[]DynAnyCollectionImpl. get_elements_as_dyn_any()DynAnyDynUnionImpl. member()Methods in com.sun.corba.ee.impl.dynamicany with parameters of type DynAny Modifier and Type Method Description private voidDynAnyComplexImpl. addComponent(int i, java.lang.String memberName, Any memberAny, DynAny memberDynAny)voidDynAnyBasicImpl. assign(DynAny dyn_any)voidDynAnyConstructedImpl. assign(DynAny dyn_any)voidDynAnyImpl. assign(DynAny dyn_any)(package private) static DynAnyDynAnyUtil. convertToNative(DynAny dynAny, ORB orb)booleanDynAnyBasicImpl. equal(DynAny dyn_any)booleanDynAnyConstructedImpl. equal(DynAny dyn_any)abstract booleanDynAnyImpl. equal(DynAny dyn_any)protected AnyDynAnyImpl. getAny(DynAny dynAny)voidDynAnyBasicImpl. insert_dyn_any(DynAny value)voidDynAnyConstructedImpl. insert_dyn_any(DynAny value)(package private) static booleanDynAnyUtil. isConstructedDynAny(DynAny dynAny)voidDynValueBoxImpl. set_boxed_value_as_dyn_any(DynAny boxed)(package private) static booleanDynAnyUtil. set_current_component(DynAny dynAny, DynAny currentComponent)voidDynUnionImpl. set_discriminator(DynAny newDiscriminator)voidDynAnyCollectionImpl. set_elements_as_dyn_any(DynAny[] 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_DynValueBoxStubDynValueBox objects support the manipulation of IDL boxed value types.class_DynValueCommonStubDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.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 DynAnyDynAnyHolder. valueDynAny[]DynAnySeqHolder. valueDynAnyNameDynAnyPair. valueThe DynAny value associated with the name.Methods in org.omg.DynamicAny that return DynAny Modifier and Type Method Description DynAnyDynAnyPOA. _this()DynAnyDynAnyPOA. _this(ORB orb)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_DynValueBoxStub. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAny_DynValueCommonStub. 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.DynAnyDynAnyPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynArrayPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynEnumPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynFixedPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynSequencePOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynStructPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynUnionPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynValueBoxPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynValueCommonPOATie. copy()Creates a new DynAny object whose value is a deep copy of the DynAny on which it is invoked.DynAnyDynValuePOATie. 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.DynAnyDynAnyFactoryPOATie. 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.DynAnyDynAnyFactoryPOATie. 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_DynValueBoxStub. current_component()Returns the DynAny for the component at the current position.DynAny_DynValueCommonStub. 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.DynAnyDynAnyPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynArrayPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynEnumPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynFixedPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynSequencePOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynStructPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynUnionPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynValueBoxPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynValueCommonPOATie. current_component()Returns the DynAny for the component at the current position.DynAnyDynValuePOATie. current_component()Returns the DynAny for the component at the current position.static DynAnyDynAnyHelper. extract(Any a)static DynAny[]DynAnySeqHelper. extract(Any a)DynAny_DynValueBoxStub. get_boxed_value_as_dyn_any()Returns the boxed value as a DynAny.DynAnyDynValueBoxOperations. get_boxed_value_as_dyn_any()Returns the boxed value as a DynAny.DynAnyDynValueBoxPOATie. 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.DynAnyDynUnionPOATie. 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_DynValueBoxStub. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAny_DynValueCommonStub. 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.DynAnyDynAnyPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynArrayPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynEnumPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynFixedPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynSequencePOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynStructPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynUnionPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynValueBoxPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynValueCommonPOATie. get_dyn_any()Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.DynAnyDynValuePOATie. 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[]DynArrayPOATie. 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[]DynSequencePOATie. 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.DynAnyDynUnionPOATie. 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_DynValueBoxStub. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.void_DynValueCommonStub. 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.voidDynAnyPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynArrayPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynEnumPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynFixedPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynSequencePOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynStructPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynUnionPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynValueBoxPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynValueCommonPOATie. assign(DynAny dyn_any)Initializes the value associated with a DynAny object with the value associated with another DynAny object.voidDynValuePOATie. 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_DynValueBoxStub. equal(DynAny dyn_any)Compares two DynAny values for equality.boolean_DynValueCommonStub. 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.booleanDynAnyPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynArrayPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynEnumPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynFixedPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynSequencePOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynStructPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynUnionPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynValueBoxPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynValueCommonPOATie. equal(DynAny dyn_any)Compares two DynAny values for equality.booleanDynValuePOATie. 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_DynValueBoxStub. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynValueCommonStub. 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.voidDynAnyPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynArrayPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynEnumPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynFixedPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynSequencePOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynStructPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynUnionPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynValueBoxPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynValueCommonPOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.voidDynValuePOATie. insert_dyn_any(DynAny value)Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.void_DynValueBoxStub. set_boxed_value_as_dyn_any(DynAny boxed)Replaces the boxed value with the value contained in the parameter.voidDynValueBoxOperations. set_boxed_value_as_dyn_any(DynAny boxed)Replaces the boxed value with the value contained in the parameter.voidDynValueBoxPOATie. 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.voidDynUnionPOATie. 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.voidDynArrayPOATie. 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.voidDynSequencePOATie. 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 DynAnyHolder(DynAny initialValue)DynAnySeqHolder(DynAny[] initialValue)NameDynAnyPair(java.lang.String _id, DynAny _value)
-