Class DateConstraint

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

    public class DateConstraint
    extends NumericConstraint<java.util.Calendar>
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean equals​(java.util.Calendar val, java.util.Calendar bound)  
      protected java.util.Calendar getBound​(java.lang.String bound)  
      protected java.util.Calendar getValue​(Value value)  
      protected boolean less​(java.util.Calendar val, java.util.Calendar 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

      • DateConstraint

        public DateConstraint​(java.lang.String definition)