public interface Rule
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DocGenValidationPackage.getRule()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Severity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
org.eclipse.emf.common.util.EList<Violation> |
getViolations()
Returns the value of the 'Violations' containment
reference list.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setSeverity(Severity value)
Sets the value of the '
Severity ' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DocGenValidationPackage.getRule_Name()
void setName(java.lang.String value)
Name
' attribute. value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
DocGenValidationPackage.getRule_Description()
void setDescription(java.lang.String value)
Description
' attribute. value
- the new value of the 'Description' attribute.getDescription()
Severity getSeverity()
Severity
.
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
Severity
,
setSeverity(Severity)
,
DocGenValidationPackage.getRule_Severity()
void setSeverity(Severity value)
Severity
' attribute. value
- the new value of the 'Severity' attribute.Severity
,
getSeverity()
org.eclipse.emf.common.util.EList<Violation> getViolations()
Violation
.
If the meaning of the 'Violations' containment reference list isn't clear, there really should be more of a description here...
DocGenValidationPackage.getRule_Violations()