Package com.saperion.util.validator
Interface Validation
- All Known Implementing Classes:
BlankValidation
,BooleanValidation
,IntegerValidation
public interface Validation
The Interface Validation.
Validation can then be done by calling the validate() method. Specific
validation must be implemented by the inheriting class.
-
Method Summary
-
Method Details
-
validate
Validate the given input string.- Parameters:
input
- the input string to validate- Returns:
- true, if validation was successful otherwise false
-