/**
*
* The following features are supported: *
* If the meaning of the 'Boolean Expression' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Boolean Expression' attribute. * @see #setBooleanExpression(String) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getIfThenStatement_BooleanExpression() * @model * @generated */ String getBooleanExpression(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.IfThenStatement#getBooleanExpression Boolean Expression}' attribute. * * * @param value the new value of the 'Boolean Expression' attribute. * @see #getBooleanExpression() * @generated */ void setBooleanExpression(String value); /** * Returns the value of the 'Else' reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.ElseStatement#getIf If}'. * ** If the meaning of the 'Else' reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Else' reference. * @see #setElse(ElseStatement) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getIfThenStatement_Else() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.ElseStatement#getIf * @model opposite="if" required="true" * @generated */ ElseStatement getElse(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.IfThenStatement#getElse Else}' reference. * * * @param value the new value of the 'Else' reference. * @see #getElse() * @generated */ void setElse(ElseStatement value); } // IfThenStatement