public interface Violation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DocGenValidationPackage.getViolation()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Returns the value of the 'Comment' attribute.
|
java.lang.String |
getElementId()
Returns the value of the 'Element Id' attribute.
|
void |
setComment(java.lang.String value)
Sets the value of the '
Comment ' attribute. |
void |
setElementId(java.lang.String value)
Sets the value of the '
Element Id ' attribute. |
java.lang.String getElementId()
If the meaning of the 'Element Id' attribute isn't clear, there really should be more of a description here...
setElementId(String)
,
DocGenValidationPackage.getViolation_ElementId()
void setElementId(java.lang.String value)
Element Id
' attribute. value
- the new value of the 'Element Id' attribute.getElementId()
java.lang.String getComment()
If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...
setComment(String)
,
DocGenValidationPackage.getViolation_Comment()
void setComment(java.lang.String value)
Comment
' attribute. value
- the new value of the 'Comment' attribute.getComment()