Class | Description |
---|---|
EnumerationValidator |
Validator that checks whether the value is one of the given values.
Expects parameters "value". |
LengthValidator |
Validator that checks whether the value's length is in given bounds.
Expects parameters "min" (natural number) and "max" (natural number or -1 for unbounded). |
NumberValidator |
Validator that checks whether the value is a number.
Parameters: Build 2013-10-07_11-27-38 |