public static enum WritePlan.FragmentOrPartitionExpression.Kind extends Enum<WritePlan.FragmentOrPartitionExpression.Kind>
| Enum Constant and Description |
|---|
EXPRESSION |
FRAGMENT |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
WritePlan.FragmentOrPartitionExpression.Kind |
intern() |
String |
toString() |
static WritePlan.FragmentOrPartitionExpression.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritePlan.FragmentOrPartitionExpression.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WritePlan.FragmentOrPartitionExpression.Kind EXPRESSION
public static final WritePlan.FragmentOrPartitionExpression.Kind FRAGMENT
public static WritePlan.FragmentOrPartitionExpression.Kind[] values()
for (WritePlan.FragmentOrPartitionExpression.Kind c : WritePlan.FragmentOrPartitionExpression.Kind.values()) System.out.println(c);
public static WritePlan.FragmentOrPartitionExpression.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 nullpublic WritePlan.FragmentOrPartitionExpression.Kind intern()
public String toString()
toString in class Enum<WritePlan.FragmentOrPartitionExpression.Kind>Copyright © 2020. All rights reserved.