IValidationRule
Kind of class: | public interface |
---|---|
Package: | |
Inherits from: |
|
Implemented by: | |
Classpath: | org.asaplibrary.util.validation.IValidationRule |
File last modified: | Friday, 13 May 2011, 22:20:36 |
Interface to be implemented in order to be used by the Validator class, for validation of IValidatable objects
Summary
Instance methods
- isValid () : Boolean
- getTarget () : IValidatable
Instance methods
isValid
function isValid() : Boolean
Returns
- true if value of IValidatable target is valid according to the rule