/**
*
* The following features are supported: *
* If the meaning of the 'Location' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Location' attribute. * @see #setLocation(String) * @see fr.femtost.disc.eclipse.problemmetamodel.problem.ProblemPackage#getProblem_Location() * @model required="true" * @generated */ String getLocation(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.problemmetamodel.problem.Problem#getLocation Location}' attribute. * * * @param value the new value of the 'Location' attribute. * @see #getLocation() * @generated */ void setLocation(String value); /** * Returns the value of the 'Description' attribute. * ** If the meaning of the 'Description' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Description' attribute. * @see #setDescription(String) * @see fr.femtost.disc.eclipse.problemmetamodel.problem.ProblemPackage#getProblem_Description() * @model required="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.problemmetamodel.problem.Problem#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); /** * Returns the value of the 'Severity' attribute. * The literals are from the enumeration {@link fr.femtost.disc.eclipse.problemmetamodel.problem.Severity}. * ** If the meaning of the 'Severity' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Severity' attribute. * @see fr.femtost.disc.eclipse.problemmetamodel.problem.Severity * @see #setSeverity(Severity) * @see fr.femtost.disc.eclipse.problemmetamodel.problem.ProblemPackage#getProblem_Severity() * @model required="true" * @generated */ Severity getSeverity(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.problemmetamodel.problem.Problem#getSeverity Severity}' attribute. * * * @param value the new value of the 'Severity' attribute. * @see fr.femtost.disc.eclipse.problemmetamodel.problem.Severity * @see #getSeverity() * @generated */ void setSeverity(Severity value); } // Problem