Klasse DateRangeValidator

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

public class DateRangeValidator extends DateStringValidator
Validates a DateString field in dependency on another DateString 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

    • DateRangeValidator

      public DateRangeValidator()
      Default constructor
  • Methodendetails