Class StringListValue
java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.StringListValue
- All Implemented Interfaces:
Serializable
A list of strings which is joined by AND or OR depending on
Defaults to an OR-disjunction.
andOperator
.Defaults to an OR-disjunction.
- Since:
- 10.99.999.024
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Connective of list elements (default is OR (=false) ).protected List<StringValue>
A list of strings which is joined by AND or OR depending onandOperator
. -
Constructor Summary
ConstructorsConstructorDescriptionStringListValue
(List<StringValue> valueList) StringListValue
(List<StringValue> valueList, boolean andOperator) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAndOperator
(boolean andOperator) void
setValueList
(List<StringValue> valueList) toString()
-
Field Details
-
valueList
A list of strings which is joined by AND or OR depending onandOperator
. -
andOperator
protected boolean andOperatorConnective of list elements (default is OR (=false) ).
-
-
Constructor Details
-
StringListValue
public StringListValue() -
StringListValue
-
StringListValue
-
-
Method Details
-
getValueList
-
isAndOperator
public boolean isAndOperator() -
setValueList
-
setAndOperator
public void setAndOperator(boolean andOperator) -
toString
- Overrides:
toString
in classFilterValue
-