See: Description
Interface | Description |
---|---|
RowValidator |
Validator is an interface for validating a row in table. |
Validator |
Validator is an interface for validating a object. |
Class | Description |
---|---|
RowValidationObject |
RowValidationObject is an object containing the information that needed by RowValidator.
|
RowValidationResult |
ValidationResult for RowValidator.
|
TableValidationObject |
TableValidationObject extends ValidationObject
to provide row and column information of the value to be validated.
|
ValidationObject |
ValidationObject is an object containing the information that needed by Validator.
|
ValidationResult |
ValidationResult is the object that returns from the
validating(ValidationObject) . |