- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- EnumerationConstraint, RangeConstraint
public interface Constraint
extends java.io.Serializable
This is the base interface for all parameter value constraints. A constraint is used
to specify what values are valid for a given parameter. For example, a numeric parameter
may be constrained to be within the range 0 to 100.