Class sunw.corba.TCKind
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunw.corba.TCKind

java.lang.Object
   |
   +----sunw.corba.TCKind

public class TCKind
extends Object

Variable Index

 o tk_alias
 o tk_any
 o tk_array
 o tk_boolean
 o tk_char
 o tk_double
 o tk_enum
 o tk_except
 o tk_float
 o tk_long
 o tk_null
 o tk_objref
 o tk_octet
 o tk_Principal
 o tk_sequence
 o tk_short
 o tk_string
 o tk_struct
 o tk_TypeCode
 o tk_ulong
 o tk_union
 o tk_ushort
 o tk_void

Constructor Index

 o TCKind()

Method Index

 o narrow(int)

Variables

 o tk_null
  public final static int tk_null
 o tk_void
  public final static int tk_void
 o tk_short
  public final static int tk_short
 o tk_long
  public final static int tk_long
 o tk_ushort
  public final static int tk_ushort
 o tk_ulong
  public final static int tk_ulong
 o tk_float
  public final static int tk_float
 o tk_double
  public final static int tk_double
 o tk_boolean
  public final static int tk_boolean
 o tk_char
  public final static int tk_char
 o tk_octet
  public final static int tk_octet
 o tk_any
  public final static int tk_any
 o tk_TypeCode
  public final static int tk_TypeCode
 o tk_Principal
  public final static int tk_Principal
 o tk_objref
  public final static int tk_objref
 o tk_struct
  public final static int tk_struct
 o tk_union
  public final static int tk_union
 o tk_enum
  public final static int tk_enum
 o tk_string
  public final static int tk_string
 o tk_sequence
  public final static int tk_sequence
 o tk_array
  public final static int tk_array
 o tk_alias
  public final static int tk_alias
 o tk_except
  public final static int tk_except

Constructors

 o TCKind
  public TCKind()

Methods

 o narrow
  public final static int narrow(int i) throws EnumerationRangeException

All Packages  Class Hierarchy  This Package  Previous  Next  Index