com.hammurapi.review
Interface Violation

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

public interface Violation
extends Observation

A representation of the model object 'Violation'.

The following features are supported:

See Also:
ReviewPackage.getViolation()

Method Summary
 String getMessage()
          Returns the value of the 'Message' attribute.
 Object getProperty(String name)
           
 org.eclipse.emf.common.util.EList<String> getPropertyNames()
           
 void setMessage(String value)
          Sets the value of the 'Message' attribute.
 void setProperty(String name, Object value)
           
 
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

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.getViolation_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()

setProperty

void setProperty(String name,
                 Object value)


getProperty

Object getProperty(String name)


getPropertyNames

org.eclipse.emf.common.util.EList<String> getPropertyNames()