Enum Class Operand

java.lang.Object
java.lang.Enum<Operand>
com.testdroid.api.dto.Operand
All Implemented Interfaces:
Serializable, Comparable<Operand>, Constable

public enum Operand extends Enum<Operand>
Author:
Damian Sniezek <[email protected]>
  • Enum Constant Details

    • GT

      public static final Operand GT
    • AFTER

      public static final Operand AFTER
    • LT

      public static final Operand LT
    • BEFORE

      public static final Operand BEFORE
    • ON

      public static final Operand ON
    • EQ

      public static final Operand EQ
    • CONTAINS

      public static final Operand CONTAINS
    • LIKE

      public static final Operand LIKE
    • NOTLIKE

      public static final Operand NOTLIKE
    • EMPTY

      public static final Operand EMPTY
    • ISNULL

      public static final Operand ISNULL
    • ISNOTNULL

      public static final Operand ISNOTNULL
    • IN

      public static final Operand IN
    • NOTIN

      public static final Operand NOTIN
    • INORNULL

      public static final Operand INORNULL
    • BEFOREORNULL

      public static final Operand BEFOREORNULL
    • BEFOREOREQUAL

      public static final Operand BEFOREOREQUAL
    • AFTERORNULL

      public static final Operand AFTERORNULL
    • AFTEROREQUAL

      public static final Operand AFTEROREQUAL
  • Method Details

    • values

      public static Operand[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Operand valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getArity

      public Integer getArity()