/**
*
* 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#getProperty_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Property#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' container reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Component#getProperty Property}'. * ** If the meaning of the 'Owner' container reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Owner' container reference. * @see #setOwner(Component) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getProperty_Owner() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Component#getProperty * @model opposite="property" required="true" transient="false" * @generated */ Component getOwner(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Property#getOwner Owner}' container reference. * * * @param value the new value of the 'Owner' container reference. * @see #getOwner() * @generated */ void setOwner(Component 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#getProperty_Type() * @model * @generated */ Type getType(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Property#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#getProperty_Default() * @model * @generated */ String getDefault(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Property#getDefault Default}' attribute. * * * @param value the new value of the 'Default' attribute. * @see #getDefault() * @generated */ void setDefault(String value); } // Property