public static enum KSQLWindow.WindowType extends Enum<KSQLWindow.WindowType>
| Modifier and Type | Method and Description |
|---|---|
static KSQLWindow.WindowType |
from(String type) |
String |
getWindowType() |
static KSQLWindow.WindowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSQLWindow.WindowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSQLWindow.WindowType HOPPING
public static final KSQLWindow.WindowType SESSION
public static final KSQLWindow.WindowType TUMBLING
public static KSQLWindow.WindowType[] values()
for (KSQLWindow.WindowType c : KSQLWindow.WindowType.values()) System.out.println(c);
public static KSQLWindow.WindowType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getWindowType()
public static KSQLWindow.WindowType from(String type)
Copyright © 2004–2023 JSQLParser. All rights reserved.