org.omg.CORBA
Class NameValuePair

java.lang.Object
  |
  +--org.omg.CORBA.NameValuePair

public final synchronized class NameValuePair
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String id
           
 Any value
           
 
Constructor Summary
NameValuePair()
           
NameValuePair(java.lang.String, Any)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

value

public Any value
Constructor Detail

NameValuePair

public NameValuePair()

NameValuePair

public NameValuePair(java.lang.String,
                     Any)