/** * <copyright> * </copyright> * * $Id$ */ package org.csu.idl.idlmm; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Alias Def</b></em>'. * <!-- end-user-doc --> * * * @see org.csu.idl.idlmm.IdlmmPackage#getAliasDef() * @model * @generated */ public interface AliasDef extends Typed, TypedefDef { } // AliasDef