Class DateListValue

java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.DateListValue
All Implemented Interfaces:
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:
  • Field Details

    • valueList

      protected List<DateValue> valueList
      A list of double values which is joined by AND or OR depending on andOperator.
    • andOperator

      protected boolean andOperator
      Connective of list elements (default is OR (=false) ).
  • Constructor Details

    • DateListValue

      public DateListValue()
    • DateListValue

      public DateListValue(List<DateValue> valueList)
    • DateListValue

      public DateListValue(List<DateValue> valueList, boolean andOperator)
  • Method Details

    • getValueList

      public List<DateValue> getValueList()
    • isAndOperator

      public boolean isAndOperator()
    • setValueList

      public void setValueList(List<DateValue> valueList)
    • setAndOperator

      public void setAndOperator(boolean andOperator)
    • toString

      public String toString()
      Overrides:
      toString in class FilterValue