Package org.datanucleus.properties
Interface PropertyValidator
- All Known Implementing Classes:
BooleanPropertyValidator
,CorePropertyValidator
,IntegerPropertyValidator
,StringPropertyValidator
public interface PropertyValidator
Interface defining a validator for a DataNucleus property.
-
Method Summary
-
Method Details
-
validate
Method to validate the value of this property.- Parameters:
name
- Name of the propertyvalue
- The value- Returns:
- Whether it is valid
-