Class DoubleListValue
java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.DoubleListValue
- All Implemented Interfaces:
Serializable
A list of double 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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Connective of list elements (default is OR (=false) ).protected List<DoubleValue>
A list of double values which is joined by AND or OR depending onandOperator
. -
Constructor Summary
ConstructorsConstructorDescriptionDoubleListValue
(List<DoubleValue> valueList) DoubleListValue
(List<DoubleValue> valueList, boolean andOperator) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAndOperator
(boolean andOperator) void
setValueList
(List<DoubleValue> valueList) 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
-
DoubleListValue
public DoubleListValue() -
DoubleListValue
-
DoubleListValue
-
-
Method Details
-
getValueList
-
isAndOperator
public boolean isAndOperator() -
setValueList
-
setAndOperator
public void setAndOperator(boolean andOperator) -
toString
- Overrides:
toString
in classFilterValue
-