IValidationRuleResultInvalidValidationRuleResultpublic interface IInvalidValidationRuleResult extends IValidationRuleResult
| Modifier and Type | Field | Description |
|---|---|---|
static int |
ERROR_TYPE |
ERROR.
|
static int |
INFO_TYPE |
INFO.
|
static int |
WARNING_TYPE |
WARNING.
|
| Modifier and Type | Method | Description |
|---|---|---|
InvalidValidationRuleResultData |
getData() |
Returns the data related to this invalid result.
|
java.lang.String |
getMessage() |
Returns the message to display to the end user.
|
int |
getSeverity() |
Returns the severity.
|
getValidationRulestatic final int INFO_TYPE
static final int WARNING_TYPE
static final int ERROR_TYPE
java.lang.String getMessage()
InvalidValidationRuleResultData getData()
int getSeverity()