|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Parameter
values
See:
Description
Interface Summary | |
---|---|
Constraint | Interface for a constraint that must be fulfilled in a ConstraintValidator |
ParameterValidator | Interface for a parameter validator, i.e. a class that can validate some possible parameter value. |
Class Summary | |
---|---|
ConstraintValidator | Class for a ParameterValidator that is based on Constraint s. |
NumberValidator<E extends Comparable<? extends Number>> | Class that validates all subclasses of Number that implement Comparable (e.g. |
ReferenceConstraint | Class for a Constraint that defines a condition on one Parameter (the one containing
the ConstraintValidator ) with respect to another Parameter . |
SimpleReferenceConstraint | Class for a ReferenceConstraint that checks for "simple" conditions as defined
in the Constraint -interface. |
SimpleStaticConstraint | Class for a Constraint that checks values against static values using the comparison operators
defined in the Constraint -interface. |
StorableValidator | Class for a validator that validates instances and XML-representations for the correct class types (e.g. |
Provides classes for the validation of Parameter
values.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |