com.hammurapi.review
Interface Warning

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Observation
All Known Implementing Classes:
WarningImpl

public interface Warning
extends Observation

A representation of the model object 'Warning'.

The following features are supported:

See Also:
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

getCause

Exception getCause()
Returns the value of the 'Cause' attribute.

If the meaning of the 'Cause' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cause' attribute.
See Also:
setCause(Exception), ReviewPackage.getWarning_Cause()

setCause

void setCause(Exception value)
Sets the value of the 'Cause' attribute.

Parameters:
value - the new value of the 'Cause' attribute.
See Also:
getCause()

getMessage

String getMessage()
Returns the value of the 'Message' attribute.

If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message' attribute.
See Also:
setMessage(String), ReviewPackage.getWarning_Message()

setMessage

void setMessage(String value)
Sets the value of the 'Message' attribute.

Parameters:
value - the new value of the 'Message' attribute.
See Also:
getMessage()