Class IndexSearchIntegerValue

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

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

    • operator

      protected IndexSearchOperator operator
      Operator for this search condition
    • operand

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

    • IndexSearchIntegerValue

      public IndexSearchIntegerValue()
    • IndexSearchIntegerValue

      public IndexSearchIntegerValue(IndexSearchOperator operator, int operand)
    • IndexSearchIntegerValue

      public IndexSearchIntegerValue(IndexSearchIntegerValue rhs)
  • Method Details