/** * * * * $Id$ */ package fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'VA Model'. * * *

* The following features are supported: *

*

* * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getVAModel() * @model * @generated */ public interface VAModel extends EObject { /** * Returns the value of the 'Package' containment reference list. * The list contents are of type {@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Package}. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Package#getOwnerModel Owner Model}'. * *

* If the meaning of the 'Package' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Package' containment reference list. * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getVAModel_Package() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Package#getOwnerModel * @model opposite="ownerModel" containment="true" * @generated */ EList getPackage(); /** * 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#getVAModel_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VAModel#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Library' containment reference list. * The list contents are of type {@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Library}. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Library#getOwner Owner}'. * *

* If the meaning of the 'Library' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Library' containment reference list. * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getVAModel_Library() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Library#getOwner * @model opposite="owner" containment="true" * @generated */ EList getLibrary(); } // VAModel