Uses of Class
org.omg.CORBA.TypeCodePackage.BadKind
Packages that use BadKind
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of BadKind in com.sun.corba.ee.impl.corba
Methods in com.sun.corba.ee.impl.corba that throw BadKindModifier and TypeMethodDescriptionTypeCodeImpl.concrete_base_type()TypeCodeImpl.content_type()(package private) intTypeCodeImpl.currentUnionMemberIndex(Any discriminatorValue) intTypeCodeImpl.default_index()TypeCodeImpl.discriminator_type()shortTypeCodeImpl.fixed_digits()shortTypeCodeImpl.fixed_scale()TypeCodeImpl.id()intTypeCodeImpl.length()intTypeCodeImpl.member_count()TypeCodeImpl.member_label(int index) TypeCodeImpl.member_name(int index) TypeCodeImpl.member_type(int index) shortTypeCodeImpl.member_visibility(int index) TypeCodeImpl.name()shortTypeCodeImpl.type_modifier() -
Uses of BadKind in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type BadKindModifier and TypeMethodDescriptionORBUtilSystemException.badkindCannotOccur(BadKind bk) ORBUtilSystemException.badTypecodeForCustomValue(BadKind bk) ORBUtilSystemException.fixedBadTypecode(BadKind bk) -
Uses of BadKind in org.omg.CORBA
Methods in org.omg.CORBA that throw BadKindModifier and TypeMethodDescriptionabstract TypeCodeTypeCode.concrete_base_type()Returns theTypeCodeobject that describes the concrete base type of the value type that thisTypeCodeobject describes.abstract TypeCodeTypeCode.content_type()Returns theTypeCodeobject representing the IDL type for the members of the object described by thisTypeCodeobject.abstract intTypeCode.default_index()Returns the index of the default member, or -1 if there is no default member.abstract TypeCodeTypeCode.discriminator_type()Returns aTypeCodeobject describing all non-default member labels.abstract shortTypeCode.fixed_digits()Returns the number of digits in the fixed type described by thisTypeCodeobject.abstract shortTypeCode.fixed_scale()Returns the scale of the fixed type described by thisTypeCodeobject.abstract StringTypeCode.id()Retrieves the RepositoryId globally identifying the type of thisTypeCodeobject.abstract intTypeCode.length()Returns the number of elements in the type described by thisTypeCodeobject.abstract intTypeCode.member_count()Retrieves the number of members in the type described by thisTypeCodeobject.abstract AnyTypeCode.member_label(int index) Retrieves the label of the union member identified by the given index.abstract StringTypeCode.member_name(int index) Retrieves the simple name of the member identified by the given index.abstract TypeCodeTypeCode.member_type(int index) Retrieves theTypeCodeobject describing the type of the member identified by the given index.abstract shortTypeCode.member_visibility(int index) Returns the constant that indicates the visibility of the member at the given index.abstract StringTypeCode.name()Retrieves the simple name identifying thisTypeCodeobject within its enclosing scope.abstract shortTypeCode.type_modifier()Returns a constant indicating the modifier of the value type that thisTypeCodeobject describes.