public static enum WindowFrame.BoundMode extends Enum<WindowFrame.BoundMode>
Enum Constant and Description |
---|
CURRENT_ROW |
FOLLOWING |
PRECEDING |
Modifier and Type | Method and Description |
---|---|
static WindowFrame.BoundMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowFrame.BoundMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowFrame.BoundMode CURRENT_ROW
public static final WindowFrame.BoundMode PRECEDING
public static final WindowFrame.BoundMode FOLLOWING
public static WindowFrame.BoundMode[] values()
for (WindowFrame.BoundMode c : WindowFrame.BoundMode.values()) System.out.println(c);
public static WindowFrame.BoundMode 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 nullCopyright © 2018 JBoss by Red Hat. All rights reserved.