Uses of Class
org.omg.DynamicAny.NameValuePair
Packages that use NameValuePair
-
Uses of NameValuePair in com.sun.corba.ee.impl.dynamicany
Fields in com.sun.corba.ee.impl.dynamicany declared as NameValuePairModifier and TypeFieldDescription(package private) NameValuePair[]DynAnyComplexImpl.nameValuePairsMethods in com.sun.corba.ee.impl.dynamicany that return NameValuePairMethods in com.sun.corba.ee.impl.dynamicany with parameters of type NameValuePairModifier and TypeMethodDescriptionprivate voidDynAnyComplexImpl.allocComponents(NameValuePair[] value) voidDynAnyComplexImpl.set_members(NameValuePair[] value) voidDynValueCommonImpl.set_members(NameValuePair[] value) -
Uses of NameValuePair in org.omg.DynamicAny
Fields in org.omg.DynamicAny declared as NameValuePairMethods in org.omg.DynamicAny that return NameValuePairModifier and TypeMethodDescriptionstatic NameValuePairstatic NameValuePair[]_DynStructStub.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object._DynValueStub.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.DynStructOperations.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object.DynStructPOATie.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object.DynValueOperations.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.DynValuePOATie.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.static NameValuePairNameValuePairHelper.read(InputStream istream) static NameValuePair[]NameValuePairSeqHelper.read(InputStream istream) Methods in org.omg.DynamicAny with parameters of type NameValuePairModifier and TypeMethodDescriptionstatic voidNameValuePairHelper.insert(Any a, NameValuePair that) static voidNameValuePairSeqHelper.insert(Any a, NameValuePair[] that) void_DynStructStub.set_members(NameValuePair[] value) Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.void_DynValueStub.set_members(NameValuePair[] value) Initializes the value type's members from a sequence of NameValuePairs.voidDynStructOperations.set_members(NameValuePair[] value) Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.voidDynStructPOATie.set_members(NameValuePair[] value) Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.voidDynValueOperations.set_members(NameValuePair[] value) Initializes the value type's members from a sequence of NameValuePairs.voidDynValuePOATie.set_members(NameValuePair[] value) Initializes the value type's members from a sequence of NameValuePairs.static voidNameValuePairHelper.write(OutputStream ostream, NameValuePair value) static voidNameValuePairSeqHelper.write(OutputStream ostream, NameValuePair[] value) Constructors in org.omg.DynamicAny with parameters of type NameValuePairModifierConstructorDescriptionNameValuePairHolder(NameValuePair initialValue) NameValuePairSeqHolder(NameValuePair[] initialValue)