Uses of Class
org.jboss.as.clustering.controller.validation.DoubleRangeValidatorBuilder
Packages that use DoubleRangeValidatorBuilder
-
Uses of DoubleRangeValidatorBuilder in org.jboss.as.clustering.controller.validation
Methods in org.jboss.as.clustering.controller.validation that return DoubleRangeValidatorBuilderModifier and TypeMethodDescriptionDoubleRangeValidatorBuilder.lowerBound(double value) Sets an inclusive lower bound of this validator.DoubleRangeValidatorBuilder.lowerBoundExclusive(double value) Sets an exclusive lower bound of this validator.DoubleRangeValidatorBuilder.upperBound(double value) Sets the inclusive upper bound of this validator.DoubleRangeValidatorBuilder.upperBoundExclusive(double value) Sets the exclusive upper bound of this validator.