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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
validate(java.lang.String input)
Validate the given input string.
-