Searched defs:NameValuePair (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNameValuePair.java34 public final class NameValuePair implements org.omg.CORBA.portable.IDLEntity { class in inherits:org.omg.CORBA.portable.IDLEntity
37 * The name to be associated with a value by this <code>NameValuePair</code> object.
42 * The value to be associated with a name by this <code>NameValuePair</code> object.
47 * Constructs an empty <code>NameValuePair</code> object.
51 public NameValuePair() { } method in class:NameValuePair
54 * Constructs a <code>NameValuePair</code> object that associates
59 public NameValuePair(String __id, org.omg.CORBA.Any __value) { method in class:NameValuePair

Completed in 29 milliseconds