Class FixedPointNumberListValue
java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.FixedPointNumberListValue
- All Implemented Interfaces:
Serializable
A list of fixed-point number values which is joined by AND or OR depending on
Defaults to an OR-disjunction.
andOperator.Defaults to an OR-disjunction.
- Since:
- 23.02.000.005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanConnective of list elements (default is OR (=false) ).protected List<FixedPointNumberValue> A list of fixed-point number values which is joined by AND or OR depending onandOperator. -
Constructor Summary
ConstructorsConstructorDescriptionFixedPointNumberListValue(List<FixedPointNumberValue> valueList) FixedPointNumberListValue(List<FixedPointNumberValue> valueList, boolean andOperator) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAndOperator(boolean andOperator) voidsetValueList(List<FixedPointNumberValue> valueList) toString()
-
Field Details
-
valueList
A list of fixed-point number values which is joined by AND or OR depending onandOperator. -
andOperator
protected boolean andOperatorConnective of list elements (default is OR (=false) ).
-
-
Constructor Details
-
FixedPointNumberListValue
public FixedPointNumberListValue() -
FixedPointNumberListValue
-
FixedPointNumberListValue
-
-
Method Details
-
getValueList
-
isAndOperator
public boolean isAndOperator() -
setValueList
-
setAndOperator
public void setAndOperator(boolean andOperator) -
toString
- Overrides:
toStringin classFilterValue
-