PARENT
- the generic type of the parent builder
.public class ValidatorBuilderInteger<PARENT> extends NumberValidatorBuilder<Integer,PARENT,ValidatorBuilderInteger<PARENT>>
Constructor and Description |
---|
ValidatorBuilderInteger(PARENT parent)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
ValidatorBuilderInteger<PARENT> |
range(int min,
int max) |
range
range
add, and, build, getValidators, mandatory, self
public ValidatorBuilderInteger<PARENT> range(int min, int max)
min
- the minimum size
allowed.max
- the maximum size
allowed.CompareableValidatorBuilder.range(Range)
Copyright © 2001–2016 mmm-Team. All rights reserved.