public final class NameValuePair extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
String |
id
与这个
NameValuePair 对象的值相关联的名称。
|
Any |
value
与此
NameValuePair 对象的名称相关
NameValuePair 值。
|
Constructor and Description |
---|
NameValuePair()
构造一个空的
NameValuePair 对象。
|
NameValuePair(String __id, Any __value)
构造一个
NameValuePair 对象,该对象将给定的名称与给定的
org.omg.CORBA.Any 对象相关联。
|