Package org.hcjf.properties
Interface PropertyValueValidator<O>
-
public interface PropertyValueValidator<O>This interface define the validators for the values of the properties.- Author:
- javaito
-
-
Method Detail
-
validate
boolean validate(O value)
This method is to validate the value to be returned- Parameters:
value- Value to be returned- Returns:
- True if the value is valid and false if the value is not valid.
-
-