Uses of Class
org.omg.CORBA.TCKind
Packages that use TCKind
Package
Description
-
Uses of TCKind in com.sun.corba.se.impl.corba
Methods in com.sun.corba.se.impl.corba that return TCKind -
Uses of TCKind in com.sun.corba.se.impl.dynamicany
Methods in com.sun.corba.se.impl.dynamicany that return TCKind -
Uses of TCKind in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb with parameters of type TCKindModifier and TypeMethodDescriptionORBImpl.get_primitive_tc(TCKind tcKind) Get the TypeCode for a primitive type.ORBSingleton.get_primitive_tc(TCKind tckind) -
Uses of TCKind in org.omg.CORBA
Fields in org.omg.CORBA declared as TCKindModifier and TypeFieldDescriptionstatic final TCKindTCKind.tk_abstract_interfacestatic final TCKindTCKind.tk_aliasstatic final TCKindTCKind.tk_anystatic final TCKindTCKind.tk_arraystatic final TCKindTCKind.tk_booleanstatic final TCKindTCKind.tk_charstatic final TCKindTCKind.tk_doublestatic final TCKindTCKind.tk_enumstatic final TCKindTCKind.tk_exceptstatic final TCKindTCKind.tk_fixedstatic final TCKindTCKind.tk_floatstatic final TCKindTCKind.tk_longstatic final TCKindTCKind.tk_longdoublestatic final TCKindTCKind.tk_longlongstatic final TCKindTCKind.tk_nativestatic final TCKindTCKind.tk_nullstatic final TCKindTCKind.tk_objrefstatic final TCKindTCKind.tk_octetstatic final TCKindTCKind.tk_Principalstatic final TCKindTCKind.tk_sequencestatic final TCKindTCKind.tk_shortstatic final TCKindTCKind.tk_stringstatic final TCKindTCKind.tk_structstatic final TCKindTCKind.tk_TypeCodestatic final TCKindTCKind.tk_ulongstatic final TCKindTCKind.tk_ulonglongstatic final TCKindTCKind.tk_unionstatic final TCKindTCKind.tk_ushortstatic final TCKindTCKind.tk_valuestatic final TCKindTCKind.tk_value_boxstatic final TCKindTCKind.tk_voidstatic final TCKindTCKind.tk_wcharstatic final TCKindTCKind.tk_wstringTCKindHolder.valueMethods in org.omg.CORBA that return TCKindModifier and TypeMethodDescriptionDynStruct.current_member_kind()Deprecated.Returns theTCKindobject that describes the kind of the current member.DynValue.current_member_kind()Deprecated.Returns theTCKindobject that describes the current member.DynUnion.discriminator_kind()Deprecated.Returns the TCKind object associated with the discriminator of this union.static TCKindstatic TCKindTCKind.from_int(int value) abstract TCKindTypeCode.kind()Retrieves the kind of thisTypeCodeobject.DynUnion.member_kind()Deprecated.Returns the TCKind associated with the member of this union.static TCKindTCKindHelper.read(InputStream istream) Methods in org.omg.CORBA with parameters of type TCKindModifier and TypeMethodDescriptionabstract TypeCodeORB.get_primitive_tc(TCKind tcKind) Retrieves theTypeCodeobject that represents the given primitive IDL type.static voidstatic voidTCKindHelper.write(OutputStream ostream, TCKind value) Constructors in org.omg.CORBA with parameters of type TCKind -
Uses of TCKind in org.omg.DynamicAny
Methods in org.omg.DynamicAny that return TCKindModifier and TypeMethodDescription_DynStructStub.current_member_kind()Returns the TCKind associated with the member at the current position._DynValueStub.current_member_kind()Returns the TCKind associated with the member at the current position.DynStructOperations.current_member_kind()Returns the TCKind associated with the member at the current position.DynStructPOATie.current_member_kind()Returns the TCKind associated with the member at the current position.DynValueOperations.current_member_kind()Returns the TCKind associated with the member at the current position.DynValuePOATie.current_member_kind()Returns the TCKind associated with the member at the current position._DynUnionStub.discriminator_kind()Returns the TCKind value of the discriminators TypeCode.DynUnionOperations.discriminator_kind()Returns the TCKind value of the discriminators TypeCode.DynUnionPOATie.discriminator_kind()Returns the TCKind value of the discriminators TypeCode._DynUnionStub.member_kind()Returns the TCKind value of the currently active members TypeCode.DynUnionOperations.member_kind()Returns the TCKind value of the currently active members TypeCode.DynUnionPOATie.member_kind()Returns the TCKind value of the currently active members TypeCode.