Interface CsticValueValidator
- All Known Implementing Classes:
MaxLengthValidatorImpl,NumericCheckerImpl
public interface CsticValueValidator
Interface for validating a characteristic value
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanValidates the value of the cstic.
-
Method Details
-
validate
Validates the value of the cstic.- Parameters:
cstic- to access any meta data for validationerrorObj- to add errors if foundvalue- actual value to check- Returns:
- modified value, or
nullif no value modification is required
-
appliesTo
- Parameters:
cstic-- Returns:
trueonly if this validator is apllicable to this cstic
-
appliesToValues
boolean appliesToValues()- Returns:
trueonly if this validator is apllicable to this cstic values
-
appliesToFormattedValues
boolean appliesToFormattedValues()- Returns:
trueonly if this validator is apllicable to formatted cstic values
-
appliesToAdditionalValues
boolean appliesToAdditionalValues()- Returns:
trueonly if this validator is apllicable to additional cstic values
-