public class DoubleConstraint extends NumericConstraint<java.lang.Double>
Constructor and Description |
---|
DoubleConstraint(java.lang.String definition) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Double |
getBound(java.lang.String bound) |
protected java.lang.Double |
getValue(Value value) |
protected boolean |
less(java.lang.Double val,
java.lang.Double bound) |
apply, equals, greater, greaterOrEqual, lessOrEqual, test, toString
protected java.lang.Double getBound(java.lang.String bound)
getBound
in class NumericConstraint<java.lang.Double>
protected java.lang.Double getValue(Value value) throws RepositoryException
getValue
in class NumericConstraint<java.lang.Double>
RepositoryException
protected boolean less(java.lang.Double val, java.lang.Double bound)
less
in class NumericConstraint<java.lang.Double>
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.