Klasse BigDecimalValidator

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

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