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
 java.lang.String TypeCode.id()
           
 java.lang.String TypeCode.name()
           
 int TypeCode.member_count()
           
 java.lang.String TypeCode.member_name(int index)
           
 TypeCode TypeCode.member_type(int index)
           
 Any TypeCode.member_label(int index)
           
 TypeCode TypeCode.discriminator_type()
           
 int TypeCode.default_index()
           
 int TypeCode.length()
           
 TypeCode TypeCode.content_type()
           
 short TypeCode.fixed_digits()
           
 short TypeCode.fixed_scale()
           
 short TypeCode.member_visibility(int index)
           
 short TypeCode.type_modifier()
           
 TypeCode TypeCode.concrete_base_type()
           
 

Uses of BadKind in org.omg.CORBA
 

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

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)