org.omg.CORBA
Interface AliasDefOperations
- All Superinterfaces:
- ContainedOperations, IDLTypeOperations, IRObjectOperations, TypedefDefOperations
- All Known Subinterfaces:
- AliasDef
- All Known Implementing Classes:
- AliasDefPOA
- public interface AliasDefOperations
- extends TypedefDefOperations
An AliasDef represents an OMG IDL typedef that aliases another
definition.
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
public IDLType original_type_def()
- The original_type_def attribute identifies the type being
aliased.
original_type_def
public void original_type_def(IDLType value)
- The original_type_def attribute identifies the type being
aliased.