Enum KSQLWindow.WindowType

java.lang.Object
java.lang.Enum<KSQLWindow.WindowType>
net.sf.jsqlparser.statement.select.KSQLWindow.WindowType
All Implemented Interfaces:
Serializable, Comparable<KSQLWindow.WindowType>
Enclosing class:
KSQLWindow

public static enum KSQLWindow.WindowType extends Enum<KSQLWindow.WindowType>
  • Enum Constant Details

  • Field Details

    • windowType

      private String windowType
  • Constructor Details

    • WindowType

      private WindowType(String windowType)
  • Method Details

    • values

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

      public static KSQLWindow.WindowType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getWindowType

      public String getWindowType()
    • from

      public static KSQLWindow.WindowType from(String type)