org.openorb.compiler.idl.reflect
Interface idlIdentifier

All Superinterfaces:
idlObject
All Known Implementing Classes:
IdlIdent

public interface idlIdentifier
extends idlObject

This interface is implemented by all the IDL object that are an user type.

Version:
$Revision: 1.4 $ $Date: 2002/08/21 08:19:21 $
Author:
Jerome Daniel

Method Summary
 idlObject original()
          Return the original description.
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

original

public idlObject original()
Return the original description.