/**
*
* The following features are supported: *
* If the meaning of the 'Entity' reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Entity' reference. * @see #setEntity(Entity) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getArchitecture_Entity() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Entity#getArchitecture * @model opposite="architecture" required="true" * @generated */ Entity getEntity(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Architecture#getEntity Entity}' reference. * * * @param value the new value of the 'Entity' reference. * @see #getEntity() * @generated */ void setEntity(Entity value); } // Architecture