Uses of Class
de.jstacs.parameters.validation.ReferenceConstraint

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

Uses of ReferenceConstraint in de.jstacs.parameters.validation
 

Subclasses of ReferenceConstraint in de.jstacs.parameters.validation
 class SimpleReferenceConstraint
          Class for a ReferenceConstraint that checks for "simple" conditions as defined in the Constraint-interface.
 

Methods in de.jstacs.parameters.validation that return ReferenceConstraint
abstract  ReferenceConstraint ReferenceConstraint.clone()
           
 

Methods in de.jstacs.parameters.validation with parameters of type ReferenceConstraint
protected  void ReferenceConstraint.fillWithStandardFieldForClone(ReferenceConstraint clone)
          Sets the standard-fields of clone to the values (or clones of them) of this instance.