API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. NameValuePair View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      NameValuePair
Implements
 IDLEntity
Subclasses
Description
publicfinal class NameValuePair
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.
public NameValuePair (String __id, Any __value)
  Constructs a NameValuePair object that associates the given name with the given org.omg.CORBA.Any object.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public String id
The name to be associated with a value by this NameValuePair object.
public Any value
The value to be associated with a name by this NameValuePair object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar