|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Warning
A representation of the model object 'Warning'.
The following features are supported:
ReviewPackage.getWarning()
Method Summary | |
---|---|
Exception |
getCause()
Returns the value of the 'Cause' attribute. |
String |
getMessage()
Returns the value of the 'Message' attribute. |
void |
setCause(Exception value)
Sets the value of the ' Cause ' attribute. |
void |
setMessage(String value)
Sets the value of the ' Message ' attribute. |
Methods inherited from interface com.hammurapi.review.Observation |
---|
getReport, getReportedBy, getSource, setReport, setReportedBy, setSource |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Exception getCause()
If the meaning of the 'Cause' attribute isn't clear, there really should be more of a description here...
setCause(Exception)
,
ReviewPackage.getWarning_Cause()
void setCause(Exception value)
Cause
' attribute.
value
- the new value of the 'Cause' attribute.getCause()
String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String)
,
ReviewPackage.getWarning_Message()
void setMessage(String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |