API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. TCKind View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      TCKind
Implements
Subclasses
Description
public class TCKind
  The Java mapping of the IDL enum TCKind, which specifies the kind of a TypeCode object.
See also:   
Constructors
@Deprecated
protected TCKind (int _value)
  Creates a new TCKind instance initialized with the given int.
Methods
Hide/Show inherited methods
publicstatic TCKind from_int (int i)
  Converts the given int to the corresponding TCKind instance.
public int value ()
  Retrieves the value of this TCKind instance.
Fields
Hide/Show inherited fields
publicfinalstatic int _tk_abstract_interface = "32"
The int constant for the IDL data type abstract interface.
publicfinalstatic int _tk_alias = "21"
The int constant for the IDL data type alias.
publicfinalstatic int _tk_any = "11"
The int constant for the IDL data type any.
publicfinalstatic int _tk_array = "20"
The int constant for the IDL data type array.
publicfinalstatic int _tk_boolean = "8"
The int constant for the IDL data type boolean.
publicfinalstatic int _tk_char = "9"
The int constant for the IDL data type char.
publicfinalstatic int _tk_double = "7"
The int constant for the IDL data type double.
publicfinalstatic int _tk_enum = "17"
The int constant for the IDL data type enum.
publicfinalstatic int _tk_except = "22"
The int constant for the IDL data type except.
publicfinalstatic int _tk_fixed = "28"
The int constant for the IDL data type fixed.
publicfinalstatic int _tk_float = "6"
The int constant for the IDL data type float.
publicfinalstatic int _tk_long = "3"
The int constant for the IDL data type long.
publicfinalstatic int _tk_longdouble = "25"
The int constant for the IDL data type longdouble.
publicfinalstatic int _tk_longlong = "23"
The int constant for the IDL data type longlong.
publicfinalstatic int _tk_native = "31"
The int constant for the IDL data type native.
publicfinalstatic int _tk_null = "0"
The int constant for a null IDL data type.
publicfinalstatic int _tk_objref = "14"
The int constant for the IDL data type objref.
publicfinalstatic int _tk_octet = "10"
The int constant for the IDL data type octet.
publicfinalstatic int _tk_Principal = "13"
The int constant for the IDL data type Principal.
publicfinalstatic int _tk_sequence = "19"
The int constant for the IDL data type sequence.
publicfinalstatic int _tk_short = "2"
The int constant for the IDL data type short.
publicfinalstatic int _tk_string = "18"
The int constant for the IDL data type string.
publicfinalstatic int _tk_struct = "15"
The int constant for the IDL data type struct.
publicfinalstatic int _tk_TypeCode = "12"
The int constant for the IDL data type TypeCode.
publicfinalstatic int _tk_ulong = "5"
The int constant for the IDL data type ulong.
publicfinalstatic int _tk_ulonglong = "24"
The int constant for the IDL data type ulonglong.
publicfinalstatic int _tk_union = "16"
The int constant for the IDL data type union.
publicfinalstatic int _tk_ushort = "4"
The int constant for the IDL data type ushort.
publicfinalstatic int _tk_value = "29"
The int constant for the IDL data type value.
publicfinalstatic int _tk_value_box = "30"
The int constant for the IDL data type value_box.
publicfinalstatic int _tk_void = "1"
The int constant for the IDL data type void.
publicfinalstatic int _tk_wchar = "26"
The int constant for the IDL data type wchar.
publicfinalstatic int _tk_wstring = "27"
The int constant for the IDL data type wstring.
publicfinalstatic TCKind tk_abstract_interface
The TCKind constant whose value field is initialized with TCKind._tk_abstract_interface.
publicfinalstatic TCKind tk_alias
The TCKind constant whose value field is initialized with TCKind._tk_alias.
publicfinalstatic TCKind tk_any
The TCKind constant whose value field is initialized with TCKind._tk_any.
publicfinalstatic TCKind tk_array
The TCKind constant whose value field is initialized with TCKind._tk_array.
publicfinalstatic TCKind tk_boolean
The TCKind constant whose value field is initialized with TCKind._tk_boolean.
publicfinalstatic TCKind tk_char
The TCKind constant whose value field is initialized with TCKind._tk_char.
publicfinalstatic TCKind tk_double
The TCKind constant whose value field is initialized with TCKind._tk_double.
publicfinalstatic TCKind tk_enum
The TCKind constant whose value field is initialized with TCKind._tk_enum.
publicfinalstatic TCKind tk_except
The TCKind constant whose value field is initialized with TCKind._tk_except.
publicfinalstatic TCKind tk_fixed
The TCKind constant whose value field is initialized with TCKind._tk_fixed.
publicfinalstatic TCKind tk_float
The TCKind constant whose value field is initialized with TCKind._tk_float.
publicfinalstatic TCKind tk_long
The TCKind constant whose value field is initialized with TCKind._tk_long.
publicfinalstatic TCKind tk_longdouble
The TCKind constant whose value field is initialized with TCKind._tk_longdouble.
publicfinalstatic TCKind tk_longlong
The TCKind constant whose value field is initialized with TCKind._tk_longlong.
publicfinalstatic TCKind tk_native
The TCKind constant whose value field is initialized with TCKind._tk_native.
publicfinalstatic TCKind tk_null
The TCKind constant whose value field is initialized with TCKind._tk_null.
publicfinalstatic TCKind tk_objref
The TCKind constant whose value field is initialized with TCKind._tk_objref.
publicfinalstatic TCKind tk_octet
The TCKind constant whose value field is initialized with TCKind._tk_octet.
publicfinalstatic TCKind tk_Principal
The TCKind constant whose value field is initialized with TCKind._tk_Principal.
publicfinalstatic TCKind tk_sequence
The TCKind constant whose value field is initialized with TCKind._tk_sequence.
publicfinalstatic TCKind tk_short
The TCKind constant whose value field is initialized with TCKind._tk_short.
publicfinalstatic TCKind tk_string
The TCKind constant whose value field is initialized with TCKind._tk_string.
publicfinalstatic TCKind tk_struct
The TCKind constant whose value field is initialized with TCKind._tk_struct.
publicfinalstatic TCKind tk_TypeCode
The TCKind constant whose value field is initialized with TCKind._tk_TypeCode.
publicfinalstatic TCKind tk_ulong
The TCKind constant whose value field is initialized with TCKind._tk_ulong.
publicfinalstatic TCKind tk_ulonglong
The TCKind constant whose value field is initialized with TCKind._tk_ulonglong.
publicfinalstatic TCKind tk_union
The TCKind constant whose value field is initialized with TCKind._tk_union.
publicfinalstatic TCKind tk_ushort
The TCKind constant whose value field is initialized with TCKind._tk_ushort.
publicfinalstatic TCKind tk_value
The TCKind constant whose value field is initialized with TCKind._tk_value.
publicfinalstatic TCKind tk_value_box
The TCKind constant whose value field is initialized with TCKind._tk_value_box.
publicfinalstatic TCKind tk_void
The TCKind constant whose value field is initialized with TCKind._tk_void.
publicfinalstatic TCKind tk_wchar
The TCKind constant whose value field is initialized with TCKind._tk_wchar.
publicfinalstatic TCKind tk_wstring
The TCKind constant whose value field is initialized with TCKind._tk_wstring.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar