Parameter values.See: Description
| Interface | Description |
|---|---|
| Constraint |
Interface for a constraint that must be fulfilled in a
ConstraintValidator. |
| ParameterValidator |
Interface for a parameter validator, i.e.
|
| Class | Description |
|---|---|
| ConstraintValidator |
Class for a
ParameterValidator that is based on Constraints. |
| NumberValidator<E extends Comparable<? extends Number>> |
Class that validates all subclasses of
Number that implement
Comparable (e.g. |
| RegExpValidator |
ParameterValidator that checks if a given input String matches a regular expression. |
| SimpleStaticConstraint |
Class for a
Constraint that checks values against static values using
the comparison operators defined in the interface Constraint. |
| StorableValidator |
Class for a validator that validates instances and XML representations for
the correct class types (e.g.
|
Parameter values.