JavaTM 2 Platform Std. Ed. v1.6.0
org.omg.DynamicAny
Class NameValuePair
java.lang.Object
org.omg.DynamicAny.NameValuePair
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class NameValuePair - extends Object
- implements IDLEntity
org/omg/DynamicAny/NameValuePair.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl
Wednesday, November 29, 2006 1:57:29 AM GMT-08:00
Field Summary |
String |
id
The name associated with the Any. |
Any |
value
The Any value associated with the name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public String id
- The name associated with the Any.
value
public Any value
- The Any value associated with the name.
NameValuePair
public NameValuePair()
NameValuePair
public NameValuePair(String _id,
Any _value)
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|