|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object org.omg.CORBA.TCKind
public class TCKind
IDL enum TCKind
的 Java 映射,TCKind 指定 TypeCode
物件的種類別。每個基本和基礎 IDL 資料型別都有一個種類別。
TCKind
類別由以下內容組成:
int
常數,每個常數對應一種 IDL 資料型別。這些 int
常數使該類別能夠使用 switch
語句。
TCKind
常數,每個常數對應一種 IDL 資料型別。每個 TCKind
實例的 value
欄位都是使用對應於該實例所表示的 IDL 資料型別的 int
常數初始化的。
int
值轉換成其相應 TCKind
實例的 from_int
方法
範例:
org.omg.CORBA.TCKind k = org.omg.CORBA.TCKind.from_int( org.omg.CORBA.TCKind._tk_string);變數
k
表示用於 IDL 型別 string
的 TCKind
實例,該 string 的值為 tk_string
。
TCKind
常數 _value
欄位的 value
方法
範例:
int i = org.omg.CORBA.TCKind.tk_char.value();變數
i
表示 9,是用於 IDL 資料型別 char
的值。
TCKind
實例的 value
欄位是 CDR 編碼的,用於 IIOP 訊息中的 TypeCode
物件。
欄位摘要 | |
---|---|
static int |
_tk_abstract_interface
用於 IDL 資料型別 abstract interface 的 int 常數。 |
static int |
_tk_alias
用於 IDL 資料型別 alias 的 int 常數。 |
static int |
_tk_any
用於 IDL 資料型別 any 的 int 常數。 |
static int |
_tk_array
用於 IDL 資料型別 array 的 int 常數。 |
static int |
_tk_boolean
用於 IDL 資料型別 boolean 的 int 常數。 |
static int |
_tk_char
用於 IDL 資料型別 char 的 int 常數。 |
static int |
_tk_double
用於 IDL 資料型別 double 的 int 常數。 |
static int |
_tk_enum
用於 IDL 資料型別 enum 的 int 常數。 |
static int |
_tk_except
用於 IDL 資料型別 except 的 int 常數。 |
static int |
_tk_fixed
用於 IDL 資料型別 fixed 的 int 常數。 |
static int |
_tk_float
用於 IDL 資料型別 float 的 int 常數。 |
static int |
_tk_long
用於 IDL 資料型別 long 的 int 常數。 |
static int |
_tk_longdouble
用於 IDL 資料型別 longdouble 的 int 常數。 |
static int |
_tk_longlong
用於 IDL 資料型別 longlong 的 int 常數。 |
static int |
_tk_native
用於 IDL 資料型別 native 的 int 常數。 |
static int |
_tk_null
用於 null IDL 資料型別的 int 常數。 |
static int |
_tk_objref
用於 IDL 資料型別 objref 的 int 常數。 |
static int |
_tk_octet
用於 IDL 資料型別 octet 的 int 常數。 |
static int |
_tk_Principal
用於 IDL 資料型別 Principal 的 int 常數。 |
static int |
_tk_sequence
用於 IDL 資料型別 sequence 的 int 常數。 |
static int |
_tk_short
用於 IDL 資料型別 short 的 int 常數。 |
static int |
_tk_string
用於 IDL 資料型別 string 的 int 常數。 |
static int |
_tk_struct
用於 IDL 資料型別 struct 的 int 常數。 |
static int |
_tk_TypeCode
用於 IDL 資料型別 TypeCode 的 int 常數。 |
static int |
_tk_ulong
用於 IDL 資料型別 ulong 的 int 常數。 |
static int |
_tk_ulonglong
用於 IDL 資料型別 ulonglong 的 int 常數。 |
static int |
_tk_union
用於 IDL 資料型別 union 的 int 常數。 |
static int |
_tk_ushort
用於 IDL 資料型別 ushort 的 int 常數。 |
static int |
_tk_value
用於 IDL 資料型別 value 的 int 常數。 |
static int |
_tk_value_box
用於 IDL 資料型別 value_box 的 int 常數。 |
static int |
_tk_void
用於 IDL 資料型別 void 的 int 常數。 |
static int |
_tk_wchar
用於 IDL 資料型別 wchar 的 int 常數。 |
static int |
_tk_wstring
用於 IDL 資料型別 wstring 的 int 常數。 |
static TCKind |
tk_abstract_interface
TCKind 常數,使用 TCKind._tk_abstract_interface 初始化其 value 欄位。 |
static TCKind |
tk_alias
TCKind 常數,使用 TCKind._tk_alias 初始化其 value 欄位。 |
static TCKind |
tk_any
TCKind 常數,使用 TCKind._tk_any 初始化其 value 欄位。 |
static TCKind |
tk_array
TCKind 常數,使用 TCKind._tk_array 初始化其 value 欄位。 |
static TCKind |
tk_boolean
TCKind 常數,使用 TCKind._tk_boolean 初始化其 value 欄位。 |
static TCKind |
tk_char
TCKind 常數,使用 TCKind._tk_char 初始化其 value 欄位。 |
static TCKind |
tk_double
TCKind 常數,使用 TCKind._tk_double 初始化其 value 欄位。 |
static TCKind |
tk_enum
TCKind 常數,使用 TCKind._tk_enum 初始化其 value 欄位。 |
static TCKind |
tk_except
TCKind 常數,使用 TCKind._tk_except 初始化其 value 欄位。 |
static TCKind |
tk_fixed
TCKind 常數,使用 TCKind._tk_fixed 初始化其 value 欄位。 |
static TCKind |
tk_float
TCKind 常數,使用 TCKind._tk_float 初始化其 value 欄位。 |
static TCKind |
tk_long
TCKind 常數,使用 TCKind._tk_long 初始化其 value 欄位。 |
static TCKind |
tk_longdouble
TCKind 常數,使用 TCKind._tk_longdouble 初始化其 value 欄位。 |
static TCKind |
tk_longlong
TCKind 常數,使用 TCKind._tk_longlong 初始化其 value 欄位。 |
static TCKind |
tk_native
TCKind 常數,使用 TCKind._tk_native 初始化其 value 欄位。 |
static TCKind |
tk_null
TCKind 常數,使用 TCKind._tk_null 初始化其 value 欄位。 |
static TCKind |
tk_objref
TCKind 常數,使用 TCKind._tk_objref 初始化其 value 欄位。 |
static TCKind |
tk_octet
TCKind 常數,使用 TCKind._tk_octet 初始化其 value 欄位。 |
static TCKind |
tk_Principal
TCKind 常數,使用 TCKind._tk_Principal 初始化其 value 欄位。 |
static TCKind |
tk_sequence
TCKind 常數,使用 TCKind._tk_sequence 初始化其 value 欄位。 |
static TCKind |
tk_short
TCKind 常數,使用 TCKind._tk_short 初始化其 value 欄位。 |
static TCKind |
tk_string
TCKind 常數,使用 TCKind._tk_string 初始化其 value 欄位。 |
static TCKind |
tk_struct
TCKind 常數,使用 TCKind._tk_struct 初始化其 value 欄位。 |
static TCKind |
tk_TypeCode
TCKind 常數,使用 TCKind._tk_TypeCode 初始化其 value 欄位。 |
static TCKind |
tk_ulong
TCKind 常數,使用 TCKind._tk_ulong 初始化其 value 欄位。 |
static TCKind |
tk_ulonglong
TCKind 常數,使用 TCKind._tk_ulonglong 初始化其 value 欄位。 |
static TCKind |
tk_union
TCKind 常數,使用 TCKind._tk_union 初始化其 value 欄位。 |
static TCKind |
tk_ushort
TCKind 常數,使用 TCKind._tk_ushort 初始化其 value 欄位。 |
static TCKind |
tk_value
TCKind 常數,使用 TCKind._tk_value 初始化其 value 欄位。 |
static TCKind |
tk_value_box
TCKind 常數,使用 TCKind._tk_value_box 初始化其 value 欄位。 |
static TCKind |
tk_void
TCKind 常數,使用 TCKind._tk_void 初始化其 value 欄位。 |
static TCKind |
tk_wchar
TCKind 常數,使用 TCKind._tk_wchar 初始化其 value 欄位。 |
static TCKind |
tk_wstring
TCKind 常數,使用 TCKind._tk_wstring 初始化其 value 欄位。 |
建構子摘要 | |
---|---|
protected |
TCKind(int _value)
已過時。 不要使用此建構子,因為根據 OMG 規範,此方法應該是私有的。使用 from_int(int) 代替。 |
方法摘要 | |
---|---|
static TCKind |
from_int(int i)
將給定 int 值轉換成相應的 TCKind 實例。 |
int |
value()
檢索此 TCKind 實例的值。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
欄位詳細資訊 |
---|
public static final int _tk_null
null
IDL 資料型別的 int
常數。
public static final int _tk_void
void
的 int
常數。
public static final int _tk_short
short
的 int
常數。
public static final int _tk_long
long
的 int
常數。
public static final int _tk_ushort
ushort
的 int
常數。
public static final int _tk_ulong
ulong
的 int
常數。
public static final int _tk_float
float
的 int
常數。
public static final int _tk_double
double
的 int
常數。
public static final int _tk_boolean
boolean
的 int
常數。
public static final int _tk_char
char
的 int
常數。
public static final int _tk_octet
octet
的 int
常數。
public static final int _tk_any
any
的 int
常數。
public static final int _tk_TypeCode
TypeCode
的 int
常數。
public static final int _tk_Principal
Principal
的 int
常數。
public static final int _tk_objref
objref
的 int
常數。
public static final int _tk_struct
struct
的 int
常數。
public static final int _tk_union
union
的 int
常數。
public static final int _tk_enum
enum
的 int
常數。
public static final int _tk_string
string
的 int
常數。
public static final int _tk_sequence
sequence
的 int
常數。
public static final int _tk_array
array
的 int
常數。
public static final int _tk_alias
alias
的 int
常數。
public static final int _tk_except
except
的 int
常數。
public static final int _tk_longlong
longlong
的 int
常數。
public static final int _tk_ulonglong
ulonglong
的 int
常數。
public static final int _tk_longdouble
longdouble
的 int
常數。
public static final int _tk_wchar
wchar
的 int
常數。
public static final int _tk_wstring
wstring
的 int
常數。
public static final int _tk_fixed
fixed
的 int
常數。
public static final int _tk_value
value
的 int
常數。
public static final int _tk_value_box
value_box
的 int
常數。
public static final int _tk_native
native
的 int
常數。
public static final int _tk_abstract_interface
abstract interface
的 int
常數。
public static final TCKind tk_null
TCKind
常數,使用 TCKind._tk_null
初始化其 value
欄位。
public static final TCKind tk_void
TCKind
常數,使用 TCKind._tk_void
初始化其 value
欄位。
public static final TCKind tk_short
TCKind
常數,使用 TCKind._tk_short
初始化其 value
欄位。
public static final TCKind tk_long
TCKind
常數,使用 TCKind._tk_long
初始化其 value
欄位。
public static final TCKind tk_ushort
TCKind
常數,使用 TCKind._tk_ushort
初始化其 value
欄位。
public static final TCKind tk_ulong
TCKind
常數,使用 TCKind._tk_ulong
初始化其 value
欄位。
public static final TCKind tk_float
TCKind
常數,使用 TCKind._tk_float
初始化其 value
欄位。
public static final TCKind tk_double
TCKind
常數,使用 TCKind._tk_double
初始化其 value
欄位。
public static final TCKind tk_boolean
TCKind
常數,使用 TCKind._tk_boolean
初始化其 value
欄位。
public static final TCKind tk_char
TCKind
常數,使用 TCKind._tk_char
初始化其 value
欄位。
public static final TCKind tk_octet
TCKind
常數,使用 TCKind._tk_octet
初始化其 value
欄位。
public static final TCKind tk_any
TCKind
常數,使用 TCKind._tk_any
初始化其 value
欄位。
public static final TCKind tk_TypeCode
TCKind
常數,使用 TCKind._tk_TypeCode
初始化其 value
欄位。
public static final TCKind tk_Principal
TCKind
常數,使用 TCKind._tk_Principal
初始化其 value
欄位。
public static final TCKind tk_objref
TCKind
常數,使用 TCKind._tk_objref
初始化其 value
欄位。
public static final TCKind tk_struct
TCKind
常數,使用 TCKind._tk_struct
初始化其 value
欄位。
public static final TCKind tk_union
TCKind
常數,使用 TCKind._tk_union
初始化其 value
欄位。
public static final TCKind tk_enum
TCKind
常數,使用 TCKind._tk_enum
初始化其 value
欄位。
public static final TCKind tk_string
TCKind
常數,使用 TCKind._tk_string
初始化其 value
欄位。
public static final TCKind tk_sequence
TCKind
常數,使用 TCKind._tk_sequence
初始化其 value
欄位。
public static final TCKind tk_array
TCKind
常數,使用 TCKind._tk_array
初始化其 value
欄位。
public static final TCKind tk_alias
TCKind
常數,使用 TCKind._tk_alias
初始化其 value
欄位。
public static final TCKind tk_except
TCKind
常數,使用 TCKind._tk_except
初始化其 value
欄位。
public static final TCKind tk_longlong
TCKind
常數,使用 TCKind._tk_longlong
初始化其 value
欄位。
public static final TCKind tk_ulonglong
TCKind
常數,使用 TCKind._tk_ulonglong
初始化其 value
欄位。
public static final TCKind tk_longdouble
TCKind
常數,使用 TCKind._tk_longdouble
初始化其 value
欄位。
public static final TCKind tk_wchar
TCKind
常數,使用 TCKind._tk_wchar
初始化其 value
欄位。
public static final TCKind tk_wstring
TCKind
常數,使用 TCKind._tk_wstring
初始化其 value
欄位。
public static final TCKind tk_fixed
TCKind
常數,使用 TCKind._tk_fixed
初始化其 value
欄位。
public static final TCKind tk_value
TCKind
常數,使用 TCKind._tk_value
初始化其 value
欄位。
public static final TCKind tk_value_box
TCKind
常數,使用 TCKind._tk_value_box
初始化其 value
欄位。
public static final TCKind tk_native
TCKind
常數,使用 TCKind._tk_native
初始化其 value
欄位。
public static final TCKind tk_abstract_interface
TCKind
常數,使用 TCKind._tk_abstract_interface
初始化其 value
欄位。
建構子詳細資訊 |
---|
@Deprecated protected TCKind(int _value)
from_int(int)
代替。
TCKind
實例,使用給定 int
值初始化。
_value
- 要轉換的 int
值。它必須是 TCKind
類別中的 int
常數之一。方法詳細資訊 |
---|
public int value()
TCKind
實例的值。
int
值,它表示用於此 TCKind
實例的 IDL 資料型別種類別public static TCKind from_int(int i)
int
值轉換成相應的 TCKind
實例。
i
- 要轉換的 int
值。它必須是 TCKind
類別中的 int
常數之一。
value
欄位與給定 int
值比對的 TCKind
實例
BAD_PARAM
- 如果給定 int
與任何 TCKind
實例的 _value
欄位都不比對
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。