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