| Frames | No Frames |
Methods which throw type org.omg.CORBA.TypeCodePackage.Bounds | |
| TypeCode | Read the CORBA TypeCode. |
| void | Write the CORBA TypeCode. |
Methods which throw type org.omg.CORBA.TypeCodePackage.Bounds | |
| Any | PrimitiveTypeCode.member_label(int index) |
| Any | RecordTypeCode.member_label(int index) |
| String | PrimitiveTypeCode.member_name(int index) |
| TypeCode | PrimitiveTypeCode.member_type(int index) |
| TypeCode | RecordTypeCode.member_type(int index) |
| short | PrimitiveTypeCode.member_visibility(int index) |
| short | RecordTypeCode.member_visibility(int index) |
Methods which throw type org.omg.CORBA.TypeCodePackage.Bounds | |
| 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.
|