public interface IInvalidValidationRuleResult extends IValidationRuleResult
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_TYPE
ERROR.
|
static int |
INFO_TYPE
INFO.
|
static int |
WARNING_TYPE
WARNING.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
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.
|
getValidationRule
static final int INFO_TYPE
static final int WARNING_TYPE
static final int ERROR_TYPE
java.lang.String getMessage()
java.lang.Object getData()
int getSeverity()