Package PamModel.parametermanager
Interface ParameterValidator
- All Known Implementing Classes:
SimpleParameterValidator
public interface ParameterValidator
A parameter validator for checking whether an input value for a field is valid.
- Author:
- Jamie Macaulay
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
isParameterOK
(Number value) Check whether the parameter is OK.
-
Field Details
-
PARAMOK
static final int PARAMOK- See Also:
-
-
Method Details
-
isParameterOK
Check whether the parameter is OK. This is overridden to perform tests.- Returns:
- 1 if parameter is OK, other values are error codes.
-