1 /* $Id: TypedefDef.java,v 1.1.1.1 2003/02/11 16:19:41 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 import java.rmi.RemoteException ;4 5 /** Interface of the typedef */6 public interface TypedefDef extends Contained, CDLType {7 /** Original type of this typedef */8 public CDLType original_type() throws RemoteException ;9 }10