Class MatchConditionOperator

java.lang.Object
com.aquima.interactions.mapping.ds.MatchConditionOperator
All Implemented Interfaces:
Serializable

public final class MatchConditionOperator extends Object implements Serializable
Enumerated type class containing the possible comparison types for match conditions.
Since:
7.1
Author:
Jon van Leuven
See Also:
  • Field Details

  • Method Details

    • valueOf

      public static MatchConditionOperator valueOf(String str)
      This method returns the filter operator for the specified name.
      Parameters:
      str - The name of the requested filter operator.
      Returns:
      The filter operator for the specified name.
    • getType

      public String getType()
      This method returns the type (name) of the filter operator.
      Returns:
      the type (name) of the filter operator.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object