| Package | Description |
|---|---|
| org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value associated with an
any at runtime, and extraction of the primitive constituents of the data value.
|
| Modifier and Type | Method and Description |
|---|---|
static NameValuePair |
NameValuePairSeqHelper.extract(Any
|
static NameValuePair |
NameValuePairHelper.extract(Any
|
NameValuePair |
_DynValueStub.get_members()
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.
|
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 |
DynValueOperations.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.
|
static NameValuePair |
NameValuePairSeqHelper.read(InputStream
|
static NameValuePair |
NameValuePairHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NameValuePairHelper.insert(Any
|
static void |
NameValuePairSeqHelper.insert(Any
|
void |
_DynValueStub.set_members(NameValuePair
Initializes the value type's members from a sequence of NameValuePairs.
|
void |
_DynStructStub.set_members(NameValuePair
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
|
void |
DynValueOperations.set_members(NameValuePair
Initializes the value type's members from a sequence of NameValuePairs.
|
void |
DynStructOperations.set_members(NameValuePair
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
|
static void |
NameValuePairHelper.write(OutputStream
|
static void |
NameValuePairSeqHelper.write(OutputStream
|