| GNU Classpath (0.91) | |
| Frames | No Frames |
Methods which throw type org.omg.CORBA.TypeCodePackage.BadKind | |
| TypeCode | For value types that support inheritance this method returns the
of the ancestor type code.
|
| TypeCode | For sequences, arrays, aliases and value boxes, returns the IDL type for
the members of the object.
|
| int | For unions, returs the index of the default member.
|
| TypeCode | Returs definition of member labels for untions
|
| short | For the fixed type, returns the number of digits.
|
| short | Returns the scale for the fixed type. |
| String | Returns the RepositoryId globally identifying the type, defined by
this TypeCode.
|
| int | Returns the number of elements in the type. |
| int | Returns the number of type memebers.
|
| Any | TypeCode.member_label(int index) Retrieves the label of the union member at the given index.
|
| String | TypeCode.member_name(int index) Retrieves the simple name of the member identified by the given index.
|
| TypeCode | TypeCode.member_type(int index) Retrieves the member type of the member identified by the given index.
|
| short | TypeCode.member_visibility(int index) Returns the visibility scope of the member at the given index.
|
| String | Retrieves the simple name identifying this TypeCode object
within its enclosing scope.
|
| short | Returns a constant indicating the modifier of the value type.
|
| GNU Classpath (0.91) |