/**
*
* The following features are supported: *
* If the meaning of the 'Owner Function' container reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Owner Function' container reference. * @see #setOwnerFunction(Function) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getParameter_OwnerFunction() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Function#getParameter * @model opposite="parameter" transient="false" * @generated */ Function getOwnerFunction(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter#getOwnerFunction Owner Function}' container reference. * * * @param value the new value of the 'Owner Function' container reference. * @see #getOwnerFunction() * @generated */ void setOwnerFunction(Function value); /** * Returns the value of the 'Name' attribute. * ** 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#getParameter_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Type' reference. * ** If the meaning of the 'Type' reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Type' reference. * @see #setType(Type) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getParameter_Type() * @model * @generated */ Type getType(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter#getType Type}' reference. * * * @param value the new value of the 'Type' reference. * @see #getType() * @generated */ void setType(Type value); /** * Returns the value of the 'Default' attribute. * ** If the meaning of the 'Default' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Default' attribute. * @see #setDefault(String) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getParameter_Default() * @model * @generated */ String getDefault(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter#getDefault Default}' attribute. * * * @param value the new value of the 'Default' attribute. * @see #getDefault() * @generated */ void setDefault(String value); /** * Returns the value of the 'Owner Process' container reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process#getParameter Parameter}'. * ** If the meaning of the 'Owner Process' container reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Owner Process' container reference. * @see #setOwnerProcess(fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getParameter_OwnerProcess() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process#getParameter * @model opposite="parameter" transient="false" * @generated */ fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process getOwnerProcess(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Parameter#getOwnerProcess Owner Process}' container reference. * * * @param value the new value of the 'Owner Process' container reference. * @see #getOwnerProcess() * @generated */ void setOwnerProcess(fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Process value); } // Parameter