Package de.elo.ix.client
Class IndexSearchFixedPointNumberValue
java.lang.Object
de.elo.ix.client.IndexSearchFixedPointNumberValue
- All Implemented Interfaces:
Serializable
This class represents a condition to filter aspect data of type
IndexValueC.TYPE_FIXED_POINT_NUMBER in the database.- Since:
- 23.02.000.005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringValue on the right side of the operation (representation as String).protected IndexSearchOperatorOperator for this search condition -
Constructor Summary
ConstructorsConstructorDescriptionIndexSearchFixedPointNumberValue(IndexSearchOperator operator, String operand) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOperand(String operand) voidsetOperator(IndexSearchOperator operator) toString()
-
Field Details
-
operator
Operator for this search condition -
operand
Value on the right side of the operation (representation as String). The left side implicitly is the value in the database.
-
-
Constructor Details
-
IndexSearchFixedPointNumberValue
public IndexSearchFixedPointNumberValue() -
IndexSearchFixedPointNumberValue
-
IndexSearchFixedPointNumberValue
-
-
Method Details