Blame view
fr.femtost.disc.eclipse.vhdlamsmetamodel/src/fr/femtost/disc/eclipse/vhdlamsmetamodel/vhdlams/Constant.java
413 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>Constant</b></em>'. * <!-- end-user-doc --> * * * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getConstant() * @model * @generated */ public interface Constant extends Property { } // Constant |