Class IndexSearchDoubleValue

java.lang.Object
de.elo.ix.client.IndexSearchDoubleValue
All Implemented Interfaces:
Serializable

public class IndexSearchDoubleValue extends Object implements 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 Details

    • operator

      protected IndexSearchOperator operator
      Operator for this search condition
    • operand

      protected double operand
      Value on the right side of the operation. The left side implicitly is the value in the database.
  • Constructor Details

    • IndexSearchDoubleValue

      public IndexSearchDoubleValue()
    • IndexSearchDoubleValue

      public IndexSearchDoubleValue(IndexSearchOperator operator, double operand)
    • IndexSearchDoubleValue

      public IndexSearchDoubleValue(IndexSearchDoubleValue rhs)
  • Method Details

    • getOperator

      public IndexSearchOperator getOperator()
    • setOperator

      public void setOperator(IndexSearchOperator operator)
    • getOperand

      public double getOperand()
    • setOperand

      public void setOperand(double operand)
    • toString

      public String toString()
      Overrides:
      toString in class Object