|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object org.omg.CORBA.NameValuePair
public final class NameValuePair
將某一名稱與一個屬性為 IDL struct 的值關聯,並在 DynStruct API 中使用。
欄位摘要 | |
---|---|
String |
id
將通過此 NameValuePair 物件與某一值關聯的名稱。 |
Any |
value
將通過此 NameValuePair 物件與某一名稱關聯的值。 |
建構子摘要 | |
---|---|
NameValuePair()
創建一個空的 NameValuePair 物件。 |
|
NameValuePair(String __id,
Any __value)
建構一個 NameValuePair 物件,該物件將給定名稱與給定 org.omg.CORBA.Any 物件關聯。 |
方法摘要 |
---|
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
欄位詳細資訊 |
---|
public String id
NameValuePair
物件與某一值關聯的名稱。
public Any value
NameValuePair
物件與某一名稱關聯的值。
建構子詳細資訊 |
---|
public NameValuePair()
NameValuePair
物件。要在使用此建構子後將某一名稱與某一值相關聯,必須分別存取此物件的欄位。
public NameValuePair(String __id, Any __value)
NameValuePair
物件,該物件將給定名稱與給定 org.omg.CORBA.Any
物件關聯。
__id
- 將與給定 Any
物件關聯的名稱__value
- 將與給定名稱關聯的 Any
物件
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。