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