Class StringSingleValue

All Implemented Interfaces:
Serializable

public class StringSingleValue extends StringValue
Since:
10.99.999.023
See Also:
  • Field Details

    • value

      protected String value

      text value

      Do not escape any special characters, this is done by IX.
      Exception: if value starts with "=" (PowerSearch), nothing is escaped by IX
      If a value to be searched for actually starts with "=", it has to be escaped manually by "\\"

  • Constructor Details

    • StringSingleValue

      public StringSingleValue()
    • StringSingleValue

      public StringSingleValue(String value)
    • StringSingleValue

      public StringSingleValue(int value)
    • StringSingleValue

      public StringSingleValue(double value)
    • StringSingleValue

      public StringSingleValue(Boolean value)
  • Method Details