org.omg.DynamicAny
Class NameValuePairjava.lang.Object | +--org.omg.DynamicAny.NameValuePair
- All Implemented Interfaces:
- IDLEntity, Serializable
- public final class NameValuePair
- extends Object
- implements IDLEntity
NameValuePairs associate a name with an Any object.
Field Summary
String id
The name associated with the Any.Any value
The Any value associated with the name.
Constructor Summary
NameValuePair()
NameValuePair(String _id, Any _value)
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
id
public String id
- The name associated with the Any.
value
public Any value
- The Any value associated with the name.
Constructor Detail
NameValuePair
public NameValuePair()
NameValuePair
public NameValuePair(String _id, Any _value)