public enum ExprPreviousNodePreviousType extends Enum<ExprPreviousNodePreviousType>
Enum Constant and Description |
---|
PREV |
PREVCOUNT |
PREVTAIL |
PREVWINDOW |
Modifier and Type | Method and Description |
---|---|
static ExprPreviousNodePreviousType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExprPreviousNodePreviousType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExprPreviousNodePreviousType PREV
public static final ExprPreviousNodePreviousType PREVTAIL
public static final ExprPreviousNodePreviousType PREVWINDOW
public static final ExprPreviousNodePreviousType PREVCOUNT
public static ExprPreviousNodePreviousType[] values()
for (ExprPreviousNodePreviousType c : ExprPreviousNodePreviousType.values()) System.out.println(c);
public static ExprPreviousNodePreviousType 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 © 2005–2022. All rights reserved.