Klasse DoubleValidator

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

public class DoubleValidator extends NumberValidator<Double>
Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
Validation rules
NameValid ValuesDefault Value
minValuegreater than Double.MIN_VALUE  
maxValueless than Double.MAX_VALUE  
invalidNumberMessageSome text Entry was not a valid number
Version:
$Id$
Autor:
John McNally, Colin Chalmers, Jürgen Hoffmann, Thomas Vandahl