public final class NameValuePair extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
String |
id
被这
NameValuePair 对象与价值有关的名字。
|
Any |
value
被这
NameValuePair 对象的名称与价值。
|
Constructor and Description |
---|
NameValuePair()
构造一个空
NameValuePair 对象。
|
NameValuePair(String __id, Any __value)
构建了一个
NameValuePair 对象关联的名字与给定的
org.omg.CORBA.Any 对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.