Java Platform 1.2

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

Packages that use BadKind
org.omg.CORBA 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 org.omg.CORBA
 

Methods in org.omg.CORBA that throw BadKind
abstract  String TypeCode.id()
          Retrieves the RepositoryId globally identifying the type of this TypeCode object.
abstract  String TypeCode.name()
          Retrieves the simple name identifying this object within its enclosing scope.
abstract  int TypeCode.member_count()
          Retrieves the number of members in the type described by this TypeCode object.
abstract  String TypeCode.member_name(int index)
          Retrieves the simple name of the member identified by the given index.
abstract  TypeCode TypeCode.member_type(int index)
          Retrieves the object describing the type of the member identified by the given index.
abstract  Any TypeCode.member_label(int index)
          Retrieves the label of the union member identified by the given index.
abstract  TypeCode TypeCode.discriminator_type()
          Returns a TypeCode object describing all non-default member labels.
abstract  int TypeCode.default_index()
          Returns the index of the default member, or -1 if there is no default member.
abstract  int TypeCode.length()
          Returns the number of elements in the type described by this TypeCode object.
abstract  TypeCode TypeCode.content_type()
          Returns the TypeCode object representing the IDL type for the members of the object described by this TypeCode object.
 short TypeCode.fixed_digits()
           
 short TypeCode.fixed_scale()
           
 short TypeCode.member_visibility(int index)
          Returns the Visibility of the value type member identified by the index.
 short TypeCode.type_modifier()
          Returns the modifier that applies to the valuetype represented by the target TypeCode.
 TypeCode TypeCode.concrete_base_type()
          If the value type represented by the target TypeCode has a concrete base valuetype, the concrete_base_type operation returns a TypeCode for the concrete base, otherwise it returns a null.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.