Klasse IntegerRangeValidator

Alle implementierten Schnittstellen:
org.apache.avalon.framework.logger.LogEnabled, InitableByConstraintMap, Validator<Integer>

public class IntegerRangeValidator extends IntegerValidator
Validates an int field in dependency on another int field.
Validation rules
NameValid ValuesDefault Value
less-than <name of other field>  
greater-than <name of other field>  
less-than-or-equal <name of other field>  
greater-than-or-equal <name of other field>  
Version:
$Id$
Autor:
Thomas Vandahl
  • Konstruktordetails

    • IntegerRangeValidator

      public IntegerRangeValidator()
      Default constructor
  • Methodendetails