public interface EEFValidationRuleDescription
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EEFRuleAuditDescription> |
getAudits()
Returns the value of the 'Audits' containment reference list.
|
org.eclipse.emf.common.util.EList<EEFValidationFixDescription> |
getFixes()
Returns the value of the 'Fixes' containment reference list.
|
java.lang.String |
getMessageExpression()
Returns the value of the 'Message Expression' attribute.
|
EEF_VALIDATION_SEVERITY_DESCRIPTION |
getSeverity()
Returns the value of the 'Severity' attribute.
|
void |
setMessageExpression(java.lang.String value)
Sets the value of the '
Message
Expression' attribute. |
void |
setSeverity(EEF_VALIDATION_SEVERITY_DESCRIPTION value)
Sets the value of the '
Severity'
attribute. |
EEF_VALIDATION_SEVERITY_DESCRIPTION getSeverity()
EEF_VALIDATION_SEVERITY_DESCRIPTION. The severity of the validation rule. EEF_VALIDATION_SEVERITY_DESCRIPTION,
setSeverity(EEF_VALIDATION_SEVERITY_DESCRIPTION),
EefPackage.getEEFValidationRuleDescription_Severity()void setSeverity(EEF_VALIDATION_SEVERITY_DESCRIPTION value)
Severity'
attribute. value - the new value of the 'Severity' attribute.EEF_VALIDATION_SEVERITY_DESCRIPTION,
getSeverity()java.lang.String getMessageExpression()
setMessageExpression(String),
EefPackage.getEEFValidationRuleDescription_MessageExpression()void setMessageExpression(java.lang.String value)
Message
Expression' attribute. value - the new value of the 'Message Expression' attribute.getMessageExpression()org.eclipse.emf.common.util.EList<EEFRuleAuditDescription> getAudits()
EEFRuleAuditDescription. The audits to perform to ensure that the validation rule is valid or not. EefPackage.getEEFValidationRuleDescription_Audits()org.eclipse.emf.common.util.EList<EEFValidationFixDescription> getFixes()
EEFValidationFixDescription. The quick fixes that can be used to fix invalid data. EefPackage.getEEFValidationRuleDescription_Fixes()