Class IndexSearchFixedPointNumberValue

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

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

    • operator

      protected IndexSearchOperator operator
      Operator for this search condition
    • operand

      protected String 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

      public IndexSearchFixedPointNumberValue(IndexSearchOperator operator, String operand)
    • IndexSearchFixedPointNumberValue

      public IndexSearchFixedPointNumberValue(IndexSearchFixedPointNumberValue rhs)
  • Method Details