IValidationRule

Kind of class: public interface
Package:
Inherits from:
  • none
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

Instance methods

getTarget

function getTarget() : IValidatable
Returns
  • the target for validation

isValid

function isValid() : Boolean
Returns
  • true if value of IValidatable target is valid according to the rule