org.omg.DynamicAny
public final class NameDynAnyPair extends Object implements IDLEntity, Serializable
| Field Summary | |
|---|---|
| String | id
The name of the named value. |
| DynAny | value
The value of the named value. |
| Constructor Summary | |
|---|---|
| NameDynAnyPair()
Create unitialised instance with both fields left with default
null value. | |
| NameDynAnyPair(String aName, DynAny aValue)
Create an instance with the given initial values.
| |
null value.Parameters: aName the name of the named value. aValue the value of the named value.