Klasse LongValidator

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

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