public final class NameDynAnyPair extends Object implements IDLEntity, Serializable
DynAny
.Modifier and Type | Field and Description |
---|---|
String |
id
The name of the named value.
|
DynAny |
value
The value of the named value.
|
Constructor and Description |
---|
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.
|
public NameDynAnyPair()
null
value.public NameDynAnyPair(String aName, DynAny aValue)
aName
- the name of the named value.aValue
- the value of the named value.