public interface ValidationResult
Modifier and Type | Interface and Description |
---|---|
static class |
ValidationResult.ErrorLevel |
Modifier and Type | Method and Description |
---|---|
String |
getElement()
Get ????
Type: String
???
|
Object |
getInvalidData()
Invalid data causing the error or warning
Type: Object
|
Integer |
getLevel()
Get ????
Type: Integer
Returns the ValidationResult's error level
|
String |
getMessage()
Get ????
Type: String
???
|
boolean |
isError()
Get ????
Type: boolean
Convenience method.
|
boolean |
isOk()
Get ????
Type: boolean
Convenience method.
|
boolean |
isWarn()
Get ????
Type: boolean
Convenience method.
|
String getMessage()
String getElement()
Object getInvalidData()
boolean isOk()
boolean isWarn()
boolean isError()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.