Class StringSingleValue
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.StringSingleValue
- All Implemented Interfaces:
Serializable
- Since:
- 10.99.999.023
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStringSingleValue
(double value) StringSingleValue
(int value) StringSingleValue
(Boolean value) StringSingleValue
(String value) -
Method Summary
-
Field Details
-
value
text value
Do not escape any special characters, this is done by IX.
Exception: ifvalue
starts with "=" (PowerSearch), nothing is escaped by IX
If a value to be searched for actually starts with "=", it has to be escaped manually by "\\"
-
-
Constructor Details
-
StringSingleValue
public StringSingleValue() -
StringSingleValue
-
StringSingleValue
public StringSingleValue(int value) -
StringSingleValue
public StringSingleValue(double value) -
StringSingleValue
-
-
Method Details
-
getValue
-
setValue
-
toString
- Overrides:
toString
in classFilterValue
-