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