Uses of Class
org.omg.CORBA.TCKind

Packages that use TCKind
org.jacorb.ir.gui.remoteobject   
org.jacorb.orb   
org.jacorb.orb.dynany   
org.omg.CORBA   
org.omg.DynamicAny   
 

Uses of TCKind in org.jacorb.ir.gui.remoteobject
 

Methods in org.jacorb.ir.gui.remoteobject with parameters of type TCKind
protected static void ObjectRepresentantFactory.insertFromString(Any result, java.lang.String value, TCKind kind)
          This method was created by a SmartGuide.
 

Uses of TCKind in org.jacorb.orb
 

Methods in org.jacorb.orb that return TCKind
 TCKind TypeCode.kind()
           
 TCKind Any.kind()
           
 

Methods in org.jacorb.orb with parameters of type TCKind
 TypeCode ORBSingleton.get_primitive_tc(TCKind tcKind)
           
 

Uses of TCKind in org.jacorb.orb.dynany
 

Methods in org.jacorb.orb.dynany that return TCKind
 TCKind DynStruct.current_member_kind()
           
 TCKind DynUnion.discriminator_kind()
           
 TCKind DynUnion.member_kind()
           
 

Uses of TCKind in org.omg.CORBA
 

Fields in org.omg.CORBA declared as TCKind
 TCKind TCKindHolder.value
           
static TCKind TCKind.tk_null
           
static TCKind TCKind.tk_void
           
static TCKind TCKind.tk_short
           
static TCKind TCKind.tk_long
           
static TCKind TCKind.tk_ushort
           
static TCKind TCKind.tk_ulong
           
static TCKind TCKind.tk_float
           
static TCKind TCKind.tk_double
           
static TCKind TCKind.tk_boolean
           
static TCKind TCKind.tk_char
           
static TCKind TCKind.tk_octet
           
static TCKind TCKind.tk_any
           
static TCKind TCKind.tk_TypeCode
           
static TCKind TCKind.tk_Principal
           
static TCKind TCKind.tk_objref
           
static TCKind TCKind.tk_struct
           
static TCKind TCKind.tk_union
           
static TCKind TCKind.tk_enum
           
static TCKind TCKind.tk_string
           
static TCKind TCKind.tk_sequence
           
static TCKind TCKind.tk_array
           
static TCKind TCKind.tk_alias
           
static TCKind TCKind.tk_except
           
static TCKind TCKind.tk_longlong
           
static TCKind TCKind.tk_ulonglong
           
static TCKind TCKind.tk_longdouble
           
static TCKind TCKind.tk_wchar
           
static TCKind TCKind.tk_wstring
           
static TCKind TCKind.tk_fixed
           
static TCKind TCKind.tk_value
           
static TCKind TCKind.tk_value_box
           
static TCKind TCKind.tk_native
           
static TCKind TCKind.tk_abstract_interface
           
static TCKind TCKind.tk_local_interface
           
 

Methods in org.omg.CORBA that return TCKind
 TCKind TypeCodeOperations.kind()
           
static TCKind TCKindHelper.extract(Any any)
           
static TCKind TCKindHelper.read(InputStream in)
           
abstract  TCKind TypeCode.kind()
           
static TCKind TCKind.from_int(int value)
           
 

Methods in org.omg.CORBA with parameters of type TCKind
static void TCKindHelper.insert(Any any, TCKind s)
           
static void TCKindHelper.write(OutputStream out, TCKind s)
           
abstract  TypeCode ORB.get_primitive_tc(TCKind tcKind)
           
 

Constructors in org.omg.CORBA with parameters of type TCKind
TCKindHolder(TCKind initial)
           
 

Uses of TCKind in org.omg.DynamicAny
 

Methods in org.omg.DynamicAny that return TCKind
 TCKind DynUnionPOATie.discriminator_kind()
           
 TCKind DynUnionPOATie.member_kind()
           
 TCKind DynStructPOATie.current_member_kind()
           
 TCKind _DynUnionStub.discriminator_kind()
           
 TCKind _DynUnionStub.member_kind()
           
 TCKind _DynStructStub.current_member_kind()
           
 TCKind DynUnionOperations.discriminator_kind()
           
 TCKind DynUnionOperations.member_kind()
           
 TCKind DynStructOperations.current_member_kind()