/**
*
* The following features are supported: *
* If the meaning of the 'Return Type' reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Return Type' reference. * @see #setReturnType(Type) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getFunction_ReturnType() * @model * @generated */ Type getReturnType(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Function#getReturnType Return Type}' reference. * * * @param value the new value of the 'Return Type' reference. * @see #getReturnType() * @generated */ void setReturnType(Type value); /** * Returns the value of the 'Parameter' containment reference list. * The list contents are of type {@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter}. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter#getOwnerFunction Owner Function}'. * ** If the meaning of the 'Parameter' containment reference list isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Parameter' containment reference list. * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getFunction_Parameter() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter#getOwnerFunction * @model opposite="ownerFunction" containment="true" * @generated */ EList* If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Name' attribute. * @see #setName(String) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getFunction_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Function#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Sequential Statement' containment reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getOwnerFunction Owner Function}'. * ** If the meaning of the 'Sequential Statement' containment reference list isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Sequential Statement' containment reference. * @see #setSequentialStatement(SequentialStatement) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getFunction_SequentialStatement() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.SequentialStatement#getOwnerFunction * @model opposite="ownerFunction" containment="true" required="true" * @generated */ SequentialStatement getSequentialStatement(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Function#getSequentialStatement Sequential Statement}' containment reference. * * * @param value the new value of the 'Sequential Statement' containment reference. * @see #getSequentialStatement() * @generated */ void setSequentialStatement(SequentialStatement value); } // Function