Class QueryOperator

java.lang.Object
com.aquima.interactions.process.QueryOperator

public class QueryOperator extends Object
  • Field Details

    • OR

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

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

    • valueOf

      public static QueryOperator 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