Uses of Class
org.omg.DynamicAny.NameValuePair
-
Packages that use NameValuePair Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of NameValuePair in com.sun.corba.ee.impl.dynamicany
Fields in com.sun.corba.ee.impl.dynamicany declared as NameValuePair Modifier and Type Field Description (package private) NameValuePair[]
DynAnyComplexImpl. nameValuePairs
Methods in com.sun.corba.ee.impl.dynamicany that return NameValuePair Modifier and Type Method Description NameValuePair[]
DynStructImpl. get_members()
NameValuePair[]
DynValueCommonImpl. get_members()
Methods in com.sun.corba.ee.impl.dynamicany with parameters of type NameValuePair Modifier and Type Method Description private void
DynAnyComplexImpl. allocComponents(NameValuePair[] value)
void
DynAnyComplexImpl. set_members(NameValuePair[] value)
void
DynValueCommonImpl. set_members(NameValuePair[] value)
-
Uses of NameValuePair in org.omg.DynamicAny
Fields in org.omg.DynamicAny declared as NameValuePair Modifier and Type Field Description NameValuePair
NameValuePairHolder. value
NameValuePair[]
NameValuePairSeqHolder. value
Methods in org.omg.DynamicAny that return NameValuePair Modifier and Type Method Description static NameValuePair
NameValuePairHelper. extract(Any a)
static NameValuePair[]
NameValuePairSeqHelper. extract(Any a)
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.NameValuePair[]
_DynValueStub. get_members()
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.NameValuePair[]
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.NameValuePair[]
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.NameValuePair[]
DynValueOperations. get_members()
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.NameValuePair[]
DynValuePOATie. get_members()
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.static NameValuePair
NameValuePairHelper. read(InputStream istream)
static NameValuePair[]
NameValuePairSeqHelper. read(InputStream istream)
Methods in org.omg.DynamicAny with parameters of type NameValuePair Modifier and Type Method Description static void
NameValuePairHelper. insert(Any a, NameValuePair that)
static void
NameValuePairSeqHelper. 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.void
DynStructOperations. set_members(NameValuePair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.void
DynStructPOATie. set_members(NameValuePair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.void
DynValueOperations. set_members(NameValuePair[] value)
Initializes the value type's members from a sequence of NameValuePairs.void
DynValuePOATie. set_members(NameValuePair[] value)
Initializes the value type's members from a sequence of NameValuePairs.static void
NameValuePairHelper. write(OutputStream ostream, NameValuePair value)
static void
NameValuePairSeqHelper. write(OutputStream ostream, NameValuePair[] value)
Constructors in org.omg.DynamicAny with parameters of type NameValuePair Constructor Description NameValuePairHolder(NameValuePair initialValue)
NameValuePairSeqHolder(NameValuePair[] initialValue)
-