public static enum KSQLWindow.TimeUnit extends Enum<KSQLWindow.TimeUnit>
| Enum Constant and Description |
|---|
DAY |
DAYS |
HOUR |
HOURS |
MILLISECOND |
MILLISECONDS |
MINUTE |
MINUTES |
SECOND |
SECONDS |
| Modifier and Type | Method and Description |
|---|---|
String |
getTimeUnit() |
static KSQLWindow.TimeUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSQLWindow.TimeUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSQLWindow.TimeUnit DAY
public static final KSQLWindow.TimeUnit HOUR
public static final KSQLWindow.TimeUnit MINUTE
public static final KSQLWindow.TimeUnit SECOND
public static final KSQLWindow.TimeUnit MILLISECOND
public static final KSQLWindow.TimeUnit DAYS
public static final KSQLWindow.TimeUnit HOURS
public static final KSQLWindow.TimeUnit MINUTES
public static final KSQLWindow.TimeUnit SECONDS
public static final KSQLWindow.TimeUnit MILLISECONDS
public static KSQLWindow.TimeUnit[] values()
for (KSQLWindow.TimeUnit c : KSQLWindow.TimeUnit.values()) System.out.println(c);
public static KSQLWindow.TimeUnit 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 getTimeUnit()
Copyright © 2004–2019 JSQLParser. All rights reserved.