Uses of Class
org.omg.DynamicAny.NameDynAnyPair
Packages that use NameDynAnyPair
-
Uses of NameDynAnyPair in com.sun.corba.ee.impl.dynamicany
Fields in com.sun.corba.ee.impl.dynamicany declared as NameDynAnyPairModifier and TypeFieldDescription(package private) NameDynAnyPair[]DynAnyComplexImpl.nameDynAnyPairsMethods in com.sun.corba.ee.impl.dynamicany that return NameDynAnyPairModifier and TypeMethodDescriptionDynStructImpl.get_members_as_dyn_any()DynValueCommonImpl.get_members_as_dyn_any()Methods in com.sun.corba.ee.impl.dynamicany with parameters of type NameDynAnyPairModifier and TypeMethodDescriptionprivate voidDynAnyComplexImpl.allocComponents(NameDynAnyPair[] value) voidDynAnyComplexImpl.set_members_as_dyn_any(NameDynAnyPair[] value) voidDynValueCommonImpl.set_members_as_dyn_any(NameDynAnyPair[] value) -
Uses of NameDynAnyPair in org.omg.DynamicAny
Fields in org.omg.DynamicAny declared as NameDynAnyPairMethods in org.omg.DynamicAny that return NameDynAnyPairModifier and TypeMethodDescriptionstatic NameDynAnyPairstatic NameDynAnyPair[]_DynStructStub.get_members_as_dyn_any()Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the struct associated with a DynStruct object._DynValueStub.get_members_as_dyn_any()Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.DynStructOperations.get_members_as_dyn_any()Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the struct associated with a DynStruct object.DynStructPOATie.get_members_as_dyn_any()Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the struct associated with a DynStruct object.DynValueOperations.get_members_as_dyn_any()Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.DynValuePOATie.get_members_as_dyn_any()Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.static NameDynAnyPairNameDynAnyPairHelper.read(InputStream istream) static NameDynAnyPair[]NameDynAnyPairSeqHelper.read(InputStream istream) Methods in org.omg.DynamicAny with parameters of type NameDynAnyPairModifier and TypeMethodDescriptionstatic voidNameDynAnyPairHelper.insert(Any a, NameDynAnyPair that) static voidNameDynAnyPairSeqHelper.insert(Any a, NameDynAnyPair[] that) void_DynStructStub.set_members_as_dyn_any(NameDynAnyPair[] value) Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.void_DynValueStub.set_members_as_dyn_any(NameDynAnyPair[] value) Initializes the value type's members from a sequence of NameDynAnyPairs.voidDynStructOperations.set_members_as_dyn_any(NameDynAnyPair[] value) Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.voidDynStructPOATie.set_members_as_dyn_any(NameDynAnyPair[] value) Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.voidDynValueOperations.set_members_as_dyn_any(NameDynAnyPair[] value) Initializes the value type's members from a sequence of NameDynAnyPairs.voidDynValuePOATie.set_members_as_dyn_any(NameDynAnyPair[] value) Initializes the value type's members from a sequence of NameDynAnyPairs.static voidNameDynAnyPairHelper.write(OutputStream ostream, NameDynAnyPair value) static voidNameDynAnyPairSeqHelper.write(OutputStream ostream, NameDynAnyPair[] value) Constructors in org.omg.DynamicAny with parameters of type NameDynAnyPairModifierConstructorDescriptionNameDynAnyPairHolder(NameDynAnyPair initialValue) NameDynAnyPairSeqHolder(NameDynAnyPair[] initialValue)