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
Defaults to an OR-disjunction.
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 onandOperator
. -
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()
-
Field Details
-
valueList
A list of double values which is joined by AND or OR depending onandOperator
. -
andOperator
protected boolean andOperatorConnective of list elements (default is OR (=false) ).
-
-
Constructor Details
-
DateListValue
public DateListValue() -
DateListValue
-
DateListValue
-
-
Method Details
-
getValueList
-
isAndOperator
public boolean isAndOperator() -
setValueList
-
setAndOperator
public void setAndOperator(boolean andOperator) -
toString
public java.lang.String toString()- Overrides:
toString
in classFilterValue
-