Class DecimalConstraint
java.lang.Object
org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint<BigDecimal>
org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
equals
(BigDecimal val, BigDecimal bound) protected BigDecimal
protected BigDecimal
protected boolean
less
(BigDecimal val, BigDecimal bound) Methods inherited from class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
greater, greaterOrEqual, lessOrEqual, test, toString
-
Constructor Details
-
DecimalConstraint
-
-
Method Details
-
getBound
- Specified by:
getBound
in classNumericConstraint<BigDecimal>
-
getValue
- Specified by:
getValue
in classNumericConstraint<BigDecimal>
- Throws:
RepositoryException
-
less
- Specified by:
less
in classNumericConstraint<BigDecimal>
-
equals
- Overrides:
equals
in classNumericConstraint<BigDecimal>
-