org.omg.DynamicAny

Class NameDynAnyPair

public final class NameDynAnyPair extends Object implements IDLEntity, Serializable

Stores the named value, representing the name by string and the value by {@link DynAny}.
Field Summary
Stringid
The name of the named value.
DynAnyvalue
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.

Field Detail

id

public String id
The name of the named value.

value

public DynAny value
The value of the named value.

Constructor Detail

NameDynAnyPair

public NameDynAnyPair()
Create unitialised instance with both fields left with default null value.

NameDynAnyPair

public NameDynAnyPair(String aName, DynAny aValue)
Create an instance with the given initial values.

Parameters: aName the name of the named value. aValue the value of the named value.