Uses of Interface
de.jstacs.parameters.validation.Constraint

Packages that use Constraint
de.jstacs.parameters.validation Provides classes for the validation of Parameter values. 
 

Uses of Constraint in de.jstacs.parameters.validation
 

Classes in de.jstacs.parameters.validation that implement Constraint
 class SimpleStaticConstraint
          Class for a Constraint that checks values against static values using the comparison operators defined in the interface Constraint.
 

Methods in de.jstacs.parameters.validation that return Constraint
 Constraint Constraint.clone()
          This method returns a deep copy of the current instance.
 

Methods in de.jstacs.parameters.validation with parameters of type Constraint
 void ConstraintValidator.addConstraint(Constraint c)
          Adds an additional Constraint to the list of Constraints.