org.omg.CORBA
Interface AliasDefOperations
- All Superinterfaces:
- ContainedOperations, IDLTypeOperations, IRObjectOperations, TypedefDefOperations
- All Known Subinterfaces:
- AliasDef
public interface AliasDefOperations
- extends TypedefDefOperations
This interface is used to represent a typedef that is stored in the Interface Repository. This interface provides methods for setting and obtaining the IDLType of the original typedef.
Methods inherited from interface org.omg.CORBA.ContainedOperations |
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version |
original_type_def
IDLType original_type_def()
- The IDLType of this object.
original_type_def
void original_type_def(IDLType arg0)
- The IDLType of this object.
Read the latest documentation online