public static enum ApplyItem.Kind extends Enum<ApplyItem.Kind>
Enum Constant and Description |
---|
AGGREGATE |
BOTTOM_TOP |
COMPUTE |
CONCAT |
CUSTOM_FUNCTION |
EXPAND |
FILTER |
GROUP_BY |
IDENTITY |
SEARCH |
Modifier and Type | Method and Description |
---|---|
static ApplyItem.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplyItem.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplyItem.Kind AGGREGATE
public static final ApplyItem.Kind BOTTOM_TOP
public static final ApplyItem.Kind COMPUTE
public static final ApplyItem.Kind CONCAT
public static final ApplyItem.Kind CUSTOM_FUNCTION
public static final ApplyItem.Kind EXPAND
public static final ApplyItem.Kind FILTER
public static final ApplyItem.Kind GROUP_BY
public static final ApplyItem.Kind IDENTITY
public static final ApplyItem.Kind SEARCH
public static ApplyItem.Kind[] values()
for (ApplyItem.Kind c : ApplyItem.Kind.values()) System.out.println(c);
public static ApplyItem.Kind 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 © 2013–2018 The Apache Software Foundation. All rights reserved.