Class DateListValue

java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.DateListValue
All Implemented Interfaces:
java.io.Serializable

public class DateListValue
extends FilterValue
A list of date values which is joined by AND or OR depending on andOpeDoubleListrator.
Defaults to an OR-disjunction.
Since:
10.99.999.027
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected boolean andOperator
    Connective of list elements (default is OR (=false) ).
    protected java.util.List<DateValue> valueList
    A list of double values which is joined by AND or OR depending on andOperator.
  • Constructor Summary

    Constructors 
    Constructor Description
    DateListValue()  
    DateListValue​(java.util.List<DateValue> valueList)  
    DateListValue​(java.util.List<DateValue> valueList, boolean andOperator)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<DateValue> getValueList()  
    boolean isAndOperator()  
    void setAndOperator​(boolean andOperator)  
    void setValueList​(java.util.List<DateValue> valueList)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait