Klasse FloatValidator

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

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