java.lang.Object
java.lang.Enum<Expressions>
net.datenwerke.rs.base.client.reportengines.table.ui.model.Expressions
All Implemented Interfaces:
Serializable, Comparable<Expressions>, Constable

public enum Expressions extends Enum<Expressions>
  • Enum Constant Details

    • IN

      public static final Expressions IN
    • NOTIN

      public static final Expressions NOTIN
    • NOTEQUAL

      public static final Expressions NOTEQUAL
    • LESS

      public static final Expressions LESS
    • LESS_EQUAL

      public static final Expressions LESS_EQUAL
    • GREATER

      public static final Expressions GREATER
    • GREATER_EQUAL

      public static final Expressions GREATER_EQUAL
    • BETWEEN

      public static final Expressions BETWEEN
    • BETWEEN_LEFT_EQUAL

      public static final Expressions BETWEEN_LEFT_EQUAL
    • BETWEEN_RIGHT_EQUAL

      public static final Expressions BETWEEN_RIGHT_EQUAL
    • BETWEEN_EQUAL

      public static final Expressions BETWEEN_EQUAL
  • Method Details

    • values

      public static Expressions[] 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 Expressions 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
    • getValue

      public String getValue()