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