java.lang.Object
com.aquima.interactions.matching.impl.functions.values.StringMatchValue
All Implemented Interfaces:
IMatchValue

public class StringMatchValue extends Object implements IMatchValue
Match value implementation containing a single string value.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • StringMatchValue

      public StringMatchValue(String stringValue)
      Constructs the match value with the string it represents.
      Parameters:
      stringValue - The string value for which the match value is constructed.
  • Method Details

    • getValue

      public String getValue()
      This method returns the string value this match value represents.
      Returns:
      the string value this match value represents.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object