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