| Package | Description |
|---|---|
| org.geomajas.configuration.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
AssertFalseConstraintInfo
The constrained attribute must be false.
|
class |
AssertTrueConstraintInfo
The constrained attribute must be true.
|
class |
DecimalMaxConstraintInfo
The value of the constrained number attribute must be lower or equal to the specified maximum.
|
class |
DecimalMinConstraintInfo
The value of the constrained number attribute must be higher or equal to the specified minimum.
|
class |
DigitsConstraintInfo
The value of the constrained number attribute must have a maximum number of integer and/or fractional digits.
|
class |
FutureConstraintInfo
The constrained date attribute value must be a date in the future.
|
class |
MaxConstraintInfo
The value of the constrained number attribute (integer type) must be lower or equal to the specified maximum.
|
class |
MinConstraintInfo
The value of the constrained number attribute (integer type) must be higher or equal to the specified minimum.
|
class |
NotNullConstraintInfo
The value of the constrained attribute must not be null.
|
class |
NullConstraintInfo
The value of the constrained attribute must be null.
|
class |
PastConstraintInfo
The constrained date attribute value must be a date in the past.
|
class |
PatternConstraintInfo
The constrained string attribute must match the following regular expression.
|
class |
SizeConstraintInfo
The constrained attribute must have a size between the specified boundaries (included).
|
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintInfo> |
ValidatorInfo.getConstraints()
Get constraints which need to be validated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatorInfo.setConstraints(List<ConstraintInfo> constraints)
Set constraints which need to be validated.
|
Copyright © 2015 Geosparc. All Rights Reserved.