Class StringRangeValue
java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.StringValue
de.elo.ix.client.esearch.query.data.StringRangeValue
- All Implemented Interfaces:
Serializable
Class to commit a range filter of String values.
To perform an open range query (e.g. from now to infinite), only submit either a value for from or to
- Since:
- 10.99.999.023
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
getTo()
void
setFrom
(StringSingleValue from) void
toString()
-
Field Details
-
from
-
to
-
-
Constructor Details
-
StringRangeValue
public StringRangeValue() -
StringRangeValue
-
-
Method Details
-
getFrom
-
getTo
-
setFrom
-
setTo
-
toString
- Overrides:
toString
in classFilterValue
-