Package | Description |
---|---|
org.jboss.as.clustering.controller.validation |
Modifier and Type | Method and Description |
---|---|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.lowerBound(double value)
Sets an inclusive lower bound of this validator.
|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.lowerBoundExclusive(double value)
Sets an exclusive lower bound of this validator.
|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.upperBound(double value)
Sets the inclusive upper bound of this validator.
|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.upperBoundExclusive(double value)
Sets the exclusive upper bound of this validator.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.