Klasse ShortValidator

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

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