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

    Modifier and Type
    Method
    Description
    boolean
    Validate the given input string.
  • Method Details

    • validate

      boolean validate(String input)
      Validate the given input string.
      Parameters:
      input - the input string to validate
      Returns:
      true, if validation was successful otherwise false