Generated by
JDiff

Class org.omg.CORBA.TypeCode

Documentation changed from old to new.

Changed Methods
TypeCode concrete_base_type() Documentation changed from old to new.
Returns the TypeCode object that describes the concrete base type of the value type that this TypeCode object describes.
TypeCode content_type() Documentation changed from old to new.
Returns the TypeCode object representing the IDL type for the members of the object described by this TypeCode object.
int default_index() Documentation changed from old to new.
Returns the index of the default member or -1 if there is no default member.
TypeCode discriminator_type() Documentation changed from old to new.
Returns a TypeCode object describing all non-default member labels.
boolean equivalent(TypeCode) Documentation changed from old to new.
Tests to see if the given TypeCode object is equivalent to this TypeCode object.
short fixed_digits() Documentation changed from old to new.
Returns the number of digits in the fixed type described by this TypeCode object.
short fixed_scale() Documentation changed from old to new.
Returns the scale of the fixed type described by this TypeCode object.
TypeCode get_compact_typecode() Documentation changed from old to new.
Strips out all optional name and member name fields but leaves all alias typecodes intact.
String id() Documentation changed from old to new.
Retrieves the RepositoryId globally identifying the type of this TypeCode object.
int length() Documentation changed from old to new.
Returns the number of elements in the type described by this TypeCode object.
int member_count() Documentation changed from old to new.
Retrieves the number of members in the type described by this TypeCode object.
Any member_label(int) Documentation changed from old to new.
Retrieves the label of the union member identified by the given index.
String member_name(int) Documentation changed from old to new.
Retrieves the simple name of the member identified by the given index.
TypeCode member_type(int) Documentation changed from old to new.
Retrieves the TypeCode object describing the type of the member identified by the given index.
short member_visibility(int) Documentation changed from old to new.
Returns the constant that indicates the visibility of the member at the given index.
String name() Documentation changed from old to new.
Retrieves the simple name identifying this TypeCode object within its enclosing scope.
short type_modifier() Documentation changed from old to new.
Returns a constant indicating the modifier of the value type that this TypeCode object describes.