TCKind
Class TCKind
- java.lang.Object
-
- org.omg.CORBA.TCKind
public class TCKind extends Object
The Java mapping of the IDL enum TCKind
, which specifies the kind of a TypeCode
object. There is one kind for each primitive and essential IDL data type.
The class TCKind
consists of:
- a set of
int
constants, one for each kind of IDL data type. Theseint
constants make it possible to use aswitch
statement. - a set of
TCKind
constants, one for each kind of IDL data type. Thevalue
field for eachTCKind
instance is initialized with theint
constant that corresponds with the IDL data type that the instance represents. <