Blame view
fr.femtost.disc.eclipse.vhdlamsmetamodel/src/fr/femtost/disc/eclipse/vhdlamsmetamodel/vhdlams/Generic.java
409 Bytes
f902ce56c Commit of projects |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
/** * <copyright> * </copyright> * * $Id$ */ package fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Generic</b></em>'. * <!-- end-user-doc --> * * * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getGeneric() * @model * @generated */ public interface Generic extends Property { } // Generic |