|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectorg.omg.CORBA.ValueMember
public final class ValueMember
介面存儲資源庫 (Interface Repository) 中關於 value 物件成員的描述。
| 欄位摘要 | |
|---|---|
short |
access
此 ValueMember 物件所描述的 value 成員的存取型別(公共或私有)。 |
String |
defined_in
用來定義此成員的 value 的存儲資源庫 ID。 |
String |
id
此 ValueMember 物件所描述的 value 成員的存儲資源庫 ID |
String |
name
此 ValueMember 物件所描述的 value 成員的名稱。 |
TypeCode |
type
此 value 成員的型別。 |
IDLType |
type_def
typedef,它表示此 ValueMember 物件描述的 value 成員的 IDL 型別。 |
String |
version
用來定義此成員的 value 的版本。 |
| 建構子摘要 | |
|---|---|
ValueMember()
建構一個預設 ValueMember 物件。 |
|
ValueMember(String __name,
String __id,
String __defined_in,
String __version,
TypeCode __type,
IDLType __type_def,
short __access)
建構一個 ValueMember 物件,使用給定值進行初始化。 |
|
| 方法摘要 |
|---|
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 欄位詳細資訊 |
|---|
public String name
ValueMember 物件所描述的 value 成員的名稱。
public String id
ValueMember 物件所描述的 value 成員的存儲資源庫 ID
public String defined_in
value 的存儲資源庫 ID。
public String version
value 的版本。
public TypeCode type
value 成員的型別。
public IDLType type_def
ValueMember 物件描述的 value 成員的 IDL 型別。
public short access
ValueMember 物件所描述的 value 成員的存取型別(公共或私有)。
| 建構子詳細資訊 |
|---|
public ValueMember()
ValueMember 物件。
public ValueMember(String __name,
String __id,
String __defined_in,
String __version,
TypeCode __type,
IDLType __type_def,
short __access)
ValueMember 物件,使用給定值進行初始化。
__name - 此 ValueMember 物件所描述的 value 成員的名稱。__id - 此 ValueMember 物件所描述的 value 成員的存儲資源庫 ID;__defined_in - 用來定義此成員的 value 的存儲資源庫 ID。__version - 用來定義此成員的 value 的版本。__type - 此 value 成員的型別。__type_def - typedef,表示此 ValueMember 物件所描述的 value 成員的存儲資源庫 ID。__access - 此 ValueMember 物件所描述的 value 成員的存取型別(公共或私有)。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。