/** * * * * $Id$ */ package fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Expression'. * * *

* The following features are supported: *

*

* * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getExpression() * @model * @generated */ public interface Expression extends EObject { /** * Returns the value of the 'Body' attribute. * *

* If the meaning of the 'Body' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Body' attribute. * @see #setBody(String) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getExpression_Body() * @model * @generated */ String getBody(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Expression#getBody Body}' attribute. * * * @param value the new value of the 'Body' attribute. * @see #getBody() * @generated */ void setBody(String value); } // Expression