GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing org.omg.CORBA.IDLType | |
class | The stub for the IDL type. |
Constructors with parameter type org.omg.CORBA.IDLType | |
Creates a structure member.
| |
Creates a union member.
| |
ValueMember.ValueMember(String a_name, String an_id, String is_defined_in, String a_version, TypeCode a_type, IDLType a_type_def, short an_access) Create the value member, specifying the field values.
|
Fields of type org.omg.CORBA.IDLType | |
IDLType | The IDL type of the structure member.
|
IDLType | The IDL type of the union member.
|
IDLType | The typedef that represents the IDL type of the value member.
|
Methods with parameter type org.omg.CORBA.IDLType | |
void | Insert the IDL type into the given Any.
|
void | Write the IDL type to the output stream (as CORBA object).
|
Methods with return type org.omg.CORBA.IDLType | |
IDLType | Extract the IDL type from the given Any.
|
IDLType | Narrows the CORBA object into the IDL type.
|
IDLType | Read the IDL type from the given input stream.
|
GNU Classpath (0.95) |