Class IndexSearchStringValue

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

public class IndexSearchStringValue extends Object implements Serializable
This class represents a condition to filter aspect data that is not of type IndexValueC.TYPE_INT or 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 String operand
      Value on the right side of the operation. The left side implicitly is the value in the database.
  • Constructor Details

    • IndexSearchStringValue

      public IndexSearchStringValue()
    • IndexSearchStringValue

      public IndexSearchStringValue(IndexSearchOperator operator, String operand)
    • IndexSearchStringValue

      public IndexSearchStringValue(IndexSearchStringValue rhs)
  • Method Details