Package de.elo.ix.client
Class IndexSearchStringValue
java.lang.Object
de.elo.ix.client.IndexSearchStringValue
- All Implemented Interfaces:
Serializable
This class represents a condition to filter aspect data that is not of type
IndexValueC.TYPE_INT
or IndexValueC.TYPE_DOUBLE
in the database.- Since:
- 21.03.000.003
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Value on the right side of the operation.protected IndexSearchOperator
Operator for this search condition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setOperand
(String operand) void
setOperator
(IndexSearchOperator operator) toString()
-
Field Details
-
operator
Operator for this search condition -
operand
Value on the right side of the operation. The left side implicitly is the value in the database.
-
-
Constructor Details
-
IndexSearchStringValue
public IndexSearchStringValue() -
IndexSearchStringValue
-
IndexSearchStringValue
-
-
Method Details