Class FilterOperator

java.lang.Object
com.aquima.interactions.process.search.FilterOperator

public class FilterOperator extends Object
This class can be used to specify the operator of a query filter.
Since:
9.1
Author:
A.Pragt
  • Field Details

    • OR

      public static final FilterOperator OR
      This member defines the OR query operator.
    • AND

      public static final FilterOperator AND
      This member defines the AND query operator.
  • Method Details

    • valueOf

      public static FilterOperator valueOf(String name)
      This method may be used to request a status for a specified name.
      Parameters:
      name - The name for which a status is requested.
      Returns:
      The status for the specified name.
    • getName

      public String getName()
      This method returns the name of the type.
      Returns:
      The name of the type.
    • 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