/**
*
* The following features are supported: *
* 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#getVariable_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Variable#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Owner' reference. * ** If the meaning of the 'Owner' reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Owner' reference. * @see #setOwner(BranchQuantity) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getVariable_Owner() * @model * @generated */ BranchQuantity getOwner(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Variable#getOwner Owner}' reference. * * * @param value the new value of the 'Owner' reference. * @see #getOwner() * @generated */ void setOwner(BranchQuantity value); } // Variable