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