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.


Method Summary
 IDLType original_type_def()
          The original_type_def attribute identifies the type being aliased.
 void original_type_def(IDLType value)
          The original_type_def attribute identifies the type being aliased.
 
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 

Method Detail

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.