Class DateAggregateExpression


  • public class DateAggregateExpression
    extends AggregateExpression
    Expression representing a "java.util.Date" (and subclasses), used in evaluation of aggregates.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Date value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object add​(java.lang.Object obj)  
      java.lang.Boolean eq​(java.lang.Object obj)  
      java.lang.Boolean gt​(java.lang.Object obj)  
      java.lang.Boolean lt​(java.lang.Object obj)  
      java.lang.Object sub​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        java.util.Date value
    • Constructor Detail

      • DateAggregateExpression

        public DateAggregateExpression​(java.util.Date value)