| Modifier and Type | Field and Description |
|---|---|
static int |
_tk_abstract_interface
The integer constant, indicating IDL data type
abstract_interface. |
static int |
_tk_alias
The integer constant, indicating IDL data type
alias. |
static int |
_tk_any
The integer constant, indicating IDL data type
any. |
static int |
_tk_array
The integer constant, indicating IDL data type
array. |
static int |
_tk_boolean
The integer constant, indicating IDL data type
boolean. |
static int |
_tk_char
The integer constant, indicating IDL data type
char. |
static int |
_tk_double
The integer constant, indicating IDL data type
double. |
static int |
_tk_enum
The integer constant, indicating IDL data type
enum. |
static int |
_tk_except
The integer constant, indicating IDL data type
except. |
static int |
_tk_fixed
The integer constant, indicating IDL data type
fixed. |
static int |
_tk_float
The integer constant, indicating IDL data type
float. |
static int |
_tk_long
The integer constant, indicating IDL data type
long. |
static int |
_tk_longdouble
The integer constant, indicating IDL data type
longdouble. |
static int |
_tk_longlong
The integer constant, indicating IDL data type
longlong. |
static int |
_tk_native
The integer constant, indicating IDL data type
native. |
static int |
_tk_null
The integer constant, indicating IDL data type
null. |
static int |
_tk_objref
The integer constant, indicating IDL data type
objref. |
static int |
_tk_octet
The integer constant, indicating IDL data type
octet. |
static int |
_tk_Principal
The integer constant, indicating IDL data type
Principal. |
static int |
_tk_sequence
The integer constant, indicating IDL data type
sequence. |
static int |
_tk_short
The integer constant, indicating IDL data type
short. |
static int |
_tk_string
The integer constant, indicating IDL data type
string. |
static int |
_tk_struct
The integer constant, indicating IDL data type
struct. |
static int |
_tk_TypeCode
The integer constant, indicating IDL data type
TypeCode. |
static int |
_tk_ulong
The integer constant, indicating IDL data type
ulong. |
static int |
_tk_ulonglong
The integer constant, indicating IDL data type
ulonglong. |
static int |
_tk_union
The integer constant, indicating IDL data type
union. |
static int |
_tk_ushort
The integer constant, indicating IDL data type
ushort. |
static int |
_tk_value
The integer constant, indicating IDL data type
value. |
static int |
_tk_value_box
The integer constant, indicating IDL data type
value_box. |
static int |
_tk_void
The integer constant, indicating IDL data type
void. |
static int |
_tk_wchar
The integer constant, indicating IDL data type
wchar. |
static int |
_tk_wstring
The integer constant, indicating IDL data type
wstring. |
static TCKind |
tk_abstract_interface
The TCKind constant, indicating IDL data type
abstract_interface |
static TCKind |
tk_alias
The TCKind constant, indicating IDL data type
alias |
static TCKind |
tk_any
The TCKind constant, indicating IDL data type
any |
static TCKind |
tk_array
The TCKind constant, indicating IDL data type
array |
static TCKind |
tk_boolean
The TCKind constant, indicating IDL data type
boolean |
static TCKind |
tk_char
The TCKind constant, indicating IDL data type
char |
static TCKind |
tk_double
The TCKind constant, indicating IDL data type
double |
static TCKind |
tk_enum
The TCKind constant, indicating IDL data type
enum |
static TCKind |
tk_except
The TCKind constant, indicating IDL data type
except |
static TCKind |
tk_fixed
The TCKind constant, indicating IDL data type
fixed |
static TCKind |
tk_float
The TCKind constant, indicating IDL data type
float |
static TCKind |
tk_long
The TCKind constant, indicating IDL data type
long |
static TCKind |
tk_longdouble
The TCKind constant, indicating IDL data type
longdouble |
static TCKind |
tk_longlong
The TCKind constant, indicating IDL data type
longlong |
static TCKind |
tk_native
The TCKind constant, indicating IDL data type
native |
static TCKind |
tk_null
The TCKind constant, indicating IDL data type
null |
static TCKind |
tk_objref
The TCKind constant, indicating IDL data type
objref |
static TCKind |
tk_octet
The TCKind constant, indicating IDL data type
octet |
static TCKind |
tk_Principal
The TCKind constant, indicating IDL data type
Principal |
static TCKind |
tk_sequence
The TCKind constant, indicating IDL data type
sequence |
static TCKind |
tk_short
The TCKind constant, indicating IDL data type
short |
static TCKind |
tk_string
The TCKind constant, indicating IDL data type
string |
static TCKind |
tk_struct
The TCKind constant, indicating IDL data type
struct |
static TCKind |
tk_TypeCode
The TCKind constant, indicating IDL data type
TypeCode |
static TCKind |
tk_ulong
The TCKind constant, indicating IDL data type
ulong |
static TCKind |
tk_ulonglong
The TCKind constant, indicating IDL data type
ulonglong |
static TCKind |
tk_union
The TCKind constant, indicating IDL data type
union |
static TCKind |
tk_ushort
The TCKind constant, indicating IDL data type
ushort |
static TCKind |
tk_value
The TCKind constant, indicating IDL data type
value |
static TCKind |
tk_value_box
The TCKind constant, indicating IDL data type
value_box |
static TCKind |
tk_void
The TCKind constant, indicating IDL data type
void |
static TCKind |
tk_wchar
The TCKind constant, indicating IDL data type
wchar |
static TCKind |
tk_wstring
The TCKind constant, indicating IDL data type
wstring |
| Modifier | Constructor and Description |
|---|---|
protected |
TCKind(int kind)
Deprecated.
it is recommended to use
from_int(int) that
reuses existing TCKind object instead of allocating the new instance. |
public static final int _tk_null
null.public static final int _tk_void
void.public static final int _tk_short
short.public static final int _tk_long
long.public static final int _tk_ushort
ushort.public static final int _tk_ulong
ulong.public static final int _tk_float
float.public static final int _tk_double
double.public static final int _tk_boolean
boolean.public static final int _tk_char
char.public static final int _tk_octet
octet.public static final int _tk_any
any.public static final int _tk_TypeCode
TypeCode.public static final int _tk_Principal
Principal.public static final int _tk_objref
objref.public static final int _tk_struct
struct.public static final int _tk_union
union.public static final int _tk_enum
enum.public static final int _tk_string
string.public static final int _tk_sequence
sequence.public static final int _tk_array
array.public static final int _tk_alias
alias.public static final int _tk_except
except.public static final int _tk_longlong
longlong.public static final int _tk_ulonglong
ulonglong.public static final int _tk_longdouble
longdouble.public static final int _tk_wchar
wchar.public static final int _tk_wstring
wstring.public static final int _tk_fixed
fixed.public static final int _tk_value
value.public static final int _tk_value_box
value_box.public static final int _tk_native
native.public static final int _tk_abstract_interface
abstract_interface.public static final TCKind tk_boolean
booleanpublic static final TCKind tk_TypeCode
TypeCodepublic static final TCKind tk_Principal
Principalpublic static final TCKind tk_sequence
sequencepublic static final TCKind tk_longlong
longlongpublic static final TCKind tk_ulonglong
ulonglongpublic static final TCKind tk_longdouble
longdoublepublic static final TCKind tk_wstring
wstringpublic static final TCKind tk_value_box
value_boxpublic static final TCKind tk_abstract_interface
abstract_interfaceprotected TCKind(int kind)
from_int(int) that
reuses existing TCKind object instead of allocating the new instance.kind - one of the _tk_.. constants.public int value()
_tk_.. value, matching this instance.public static TCKind from_int(int _tk_nnn)
_tk_nnn - the TCKind code, one of _tk_.. constants.BAD_PARAM - if the given integer constant is not one of the
valid _tk_.. constants.