Package com.saperion.util.validator
Interface Validation
-
- All Known Implementing Classes:
BlankValidation,BooleanValidation,IntegerValidation
public interface ValidationThe 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 booleanvalidate(java.lang.String input)Validate the given input string.
-