Uses of Class
org.omg.CORBA.TypeCodePackage.BadKind

Packages that use BadKind
org.jacorb.orb   
org.omg.CORBA   
org.omg.CORBA.TypeCodePackage   
 

Uses of BadKind in org.jacorb.orb
 

Methods in org.jacorb.orb that throw BadKind
 TypeCode TypeCode.concrete_base_type()
           
 TypeCode TypeCode.content_type()
           
 int TypeCode.default_index()
           
 TypeCode TypeCode.discriminator_type()
           
 short TypeCode.fixed_digits()
           
 short TypeCode.fixed_scale()
           
 java.lang.String TypeCode.id()
           
 int TypeCode.length()
           
 int TypeCode.member_count()
           
 Any TypeCode.member_label(int index)
           
 java.lang.String TypeCode.member_name(int index)
           
 TypeCode TypeCode.member_type(int index)
           
 short TypeCode.member_visibility(int index)
           
 java.lang.String TypeCode.name()
           
 short TypeCode.type_modifier()
           
 

Uses of BadKind in org.omg.CORBA
 

Methods in org.omg.CORBA that throw BadKind
 TypeCode TypeCodeOperations.concrete_base_type()
           
 TypeCode TypeCode.concrete_base_type()
           
 TypeCode TypeCodeOperations.content_type()
           
abstract  TypeCode TypeCode.content_type()
           
 int TypeCodeOperations.default_index()
           
abstract  int TypeCode.default_index()
           
 TypeCode TypeCodeOperations.discriminator_type()
           
abstract  TypeCode TypeCode.discriminator_type()
           
 short TypeCodeOperations.fixed_digits()
           
 short TypeCode.fixed_digits()
           
 short TypeCodeOperations.fixed_scale()
           
 short TypeCode.fixed_scale()
           
 java.lang.String TypeCodeOperations.id()
           
abstract  java.lang.String TypeCode.id()
           
 int TypeCodeOperations.length()
           
abstract  int TypeCode.length()
           
 int TypeCodeOperations.member_count()
           
abstract  int TypeCode.member_count()
           
 Any TypeCodeOperations.member_label(int index)
           
abstract  Any TypeCode.member_label(int index)
           
 java.lang.String TypeCodeOperations.member_name(int index)
           
abstract  java.lang.String TypeCode.member_name(int index)
           
 TypeCode TypeCodeOperations.member_type(int index)
           
abstract  TypeCode TypeCode.member_type(int index)
           
 short TypeCodeOperations.member_visibility(int index)
           
 short TypeCode.member_visibility(int index)
           
 java.lang.String TypeCodeOperations.name()
           
abstract  java.lang.String TypeCode.name()
           
 short TypeCodeOperations.type_modifier()
           
 short TypeCode.type_modifier()
           
 

Uses of BadKind in org.omg.CORBA.TypeCodePackage
 

Methods in org.omg.CORBA.TypeCodePackage that return BadKind
static BadKind BadKindHelper.extract(Any any)
           
static BadKind BadKindHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA.TypeCodePackage with parameters of type BadKind
static void BadKindHelper.insert(Any any, BadKind s)
           
static void BadKindHelper.write(OutputStream out, BadKind s)