java.lang.Object
com.aquima.interactions.expressions.definition.Operator
All Implemented Interfaces:
Serializable

public final class Operator extends Object implements Serializable
Enumeration class defining all the binary operators.
Since:
6.1
Author:
O. Kerpershoek, F. van der Meer
See Also:
  • Field Details

  • Method Details

    • getId

      public int getId()
    • getSymbol

      public String getSymbol()
      This method returns the name of the operator.
      Returns:
      the name of the operator.
    • isConditionOperator

      public boolean isConditionOperator()
      This method returns a boolean indicating if the operator represents a condition.
      Returns:
      a boolean indicating if the operator represents a condition.
    • isLogicalOperator

      public boolean isLogicalOperator()
      This method returns a boolean indicating if the operator represents a logical operation.
      Returns:
      a boolean indicating if the operator represents a logical operation.
    • isListOperator

      public boolean isListOperator()
      This method returns a boolean indicating if the operator represents a list operation.
      Returns:
      a boolean indicating if the operator represents a list operation.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object