NameValuePairpublic final class NameValuePair extends Object implements org.omg.CORBA.portable.IDLEntityorg/omg/DynamicAny/NameValuePair.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl
Friday, August 26, 2005 11:25:12 PM GMT |
Fields Summary |
---|
public String | idThe name associated with the Any. | public org.omg.CORBA.Any | valueThe Any value associated with the name. |
Constructors Summary |
---|
public NameValuePair()
| public NameValuePair(String _id, org.omg.CORBA.Any _value)
id = _id;
value = _value;
|
|