| Interface | Description |
|---|---|
| ConstraintInfo |
Base class for validation constraints.
|
| Class | Description |
|---|---|
| AssertFalseConstraintInfo |
The constrained attribute must be false.
|
| AssertTrueConstraintInfo |
The constrained attribute must be true.
|
| DecimalMaxConstraintInfo |
The value of the constrained number attribute must be lower or equal to the specified maximum.
|
| DecimalMinConstraintInfo |
The value of the constrained number attribute must be higher or equal to the specified minimum.
|
| DigitsConstraintInfo |
The value of the constrained number attribute must have a maximum number of integer and/or fractional digits.
|
| FutureConstraintInfo |
The constrained date attribute value must be a date in the future.
|
| MaxConstraintInfo |
The value of the constrained number attribute (integer type) must be lower or equal to the specified maximum.
|
| MinConstraintInfo |
The value of the constrained number attribute (integer type) must be higher or equal to the specified minimum.
|
| NotNullConstraintInfo |
The value of the constrained attribute must not be null.
|
| NullConstraintInfo |
The value of the constrained attribute must be null.
|
| PastConstraintInfo |
The constrained date attribute value must be a date in the past.
|
| PatternConstraintInfo |
The constrained string attribute must match the following regular expression.
|
| SizeConstraintInfo |
The constrained attribute must have a size between the specified boundaries (included).
|
| ValidatorInfo |
Validator configuration information.
|
Copyright © 2013 Geosparc. All Rights Reserved.