Associates a name with a value that is an
attribute of an IDL struct, and is used in the DynStruct APIs.
See also:
Constructors
public NameValuePair
()
Constructs an empty NameValuePair object.
Constructs an empty NameValuePair object. To associate a name with a value after using this constructor, the fields of this object have to be accessed individually.
Constructs a NameValuePair object that associates
the given name with the given org.omg.CORBA.Any object.
Constructs a NameValuePair object that associates the given name with the given org.omg.CORBA.Any object.
Parameters: - __id - the name to be associated with the given Any object
- __value - the Any object to be associated with the given name