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

* The following features are supported: *

*

* * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getElement() * @model * @generated */ public interface Element extends EObject { /** * Returns the value of the 'Comment' reference. * It is bidirectional and its opposite is '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Comment#getElement Element}'. * *

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

* * @return the value of the 'Comment' reference. * @see #setComment(Comment) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getElement_Comment() * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Comment#getElement * @model opposite="element" * @generated */ Comment getComment(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Element#getComment Comment}' reference. * * * @param value the new value of the 'Comment' reference. * @see #getComment() * @generated */ void setComment(Comment value); } // Element