public static enum ExtractOperatorNode.Field extends java.lang.Enum<ExtractOperatorNode.Field>
Enum Constant and Description |
---|
DAY |
HOUR |
MINUTE |
MONTH |
SECOND |
YEAR |
Modifier and Type | Method and Description |
---|---|
static ExtractOperatorNode.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtractOperatorNode.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractOperatorNode.Field YEAR
public static final ExtractOperatorNode.Field MONTH
public static final ExtractOperatorNode.Field DAY
public static final ExtractOperatorNode.Field HOUR
public static final ExtractOperatorNode.Field MINUTE
public static final ExtractOperatorNode.Field SECOND
public static ExtractOperatorNode.Field[] values()
for (ExtractOperatorNode.Field c : ExtractOperatorNode.Field.values()) System.out.println(c);
public static ExtractOperatorNode.Field valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013. All Rights Reserved.