Enum Class VirtualDataWindowLookupOp

java.lang.Object
java.lang.Enum<VirtualDataWindowLookupOp>
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
All Implemented Interfaces:
Serializable, Comparable<VirtualDataWindowLookupOp>, Constable

public enum VirtualDataWindowLookupOp extends Enum<VirtualDataWindowLookupOp>
Enumeration for indicating the type of operator for a lookup against a virtual data window, see VirtualDataWindowLookupContext.
  • Enum Constant Details

  • Method Details

    • values

      public static VirtualDataWindowLookupOp[] 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 VirtualDataWindowLookupOp 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
    • getOp

      public String getOp()
      Returns the string-value of the operator.
      Returns:
      operator string value
    • fromOpString

      public static VirtualDataWindowLookupOp fromOpString(String stringOp)
      Map the operator from a string-value.
      Parameters:
      stringOp - to map from
      Returns:
      operator
      Throws:
      IllegalArgumentException - if the string operator cannot be understood