/**
*
* The following features are supported: *
* 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