Class DecimalConstraint

  • All Implemented Interfaces:
    java.util.function.Predicate<Value>

    public class DecimalConstraint
    extends NumericConstraint<java.math.BigDecimal>
    • Constructor Summary

      Constructors 
      Constructor Description
      DecimalConstraint​(java.lang.String definition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean equals​(java.math.BigDecimal val, java.math.BigDecimal bound)  
      protected java.math.BigDecimal getBound​(java.lang.String bound)  
      protected java.math.BigDecimal getValue​(Value value)  
      protected boolean less​(java.math.BigDecimal val, java.math.BigDecimal bound)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • DecimalConstraint

        public DecimalConstraint​(java.lang.String definition)