| Package | Description |
|---|---|
| org.jboss.as.clustering.controller.validation |
| Modifier and Type | Method and Description |
|---|---|
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.allowExpression(boolean allowsExpressions)
Indicates whether
ModelType.EXPRESSION is allowed |
DoubleRangeValidatorBuilder |
DoubleRangeValidatorBuilder.allowUndefined(boolean allowsUndefined)
Indicates whether
ModelType.UNDEFINED is allowed |
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 © 2015 JBoss by Red Hat. All rights reserved.