Uses of Class
org.omg.CORBA.TCKind

Packages that use TCKind
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.omg.CORBA   
org.omg.CORBA_2_4   
org.omg.DynamicAny   
 

Uses of TCKind in org.apache.yoko.orb.CORBA
 

Fields in org.apache.yoko.orb.CORBA declared as TCKind
 TCKind TypeCode.kind_
           
 

Methods in org.apache.yoko.orb.CORBA that return TCKind
 TCKind TypeCode.kind()
           
 

Uses of TCKind in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB with parameters of type TCKind
static TypeCode TypeCodeFactory.createPrimitiveTC(TCKind kind)
           
 

Uses of TCKind in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA with parameters of type TCKind
 TypeCode ORBSingleton_impl.get_primitive_tc(TCKind kind)
           
 

Uses of TCKind in org.omg.CORBA
 

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

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

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

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

Uses of TCKind in org.omg.CORBA_2_4
 

Subclasses of TCKind in org.omg.CORBA_2_4
 class TCKind
           
 

Fields in org.omg.CORBA_2_4 declared as TCKind
 TCKind TCKindHolder.value
           
 

Methods in org.omg.CORBA_2_4 that return TCKind
static TCKind TCKindHelper.extract(Any any)
           
static TCKind TCKind.from_int(int value)
           
static TCKind TCKindHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA_2_4 with parameters of type TCKind
static void TCKindHelper.insert(Any any, TCKind val)
           
static void TCKindHelper.write(OutputStream out, TCKind val)
           
 

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

Uses of TCKind in org.omg.DynamicAny
 

Methods in org.omg.DynamicAny that return TCKind
 TCKind DynValueOperations.current_member_kind()
           
 TCKind DynStructOperations.current_member_kind()
           
 TCKind DynUnionOperations.discriminator_kind()
           
 TCKind DynUnionOperations.member_kind()
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.