public static enum PlanProperties.PlanType extends Enum<PlanProperties.PlanType>
Enum Constant and Description |
---|
APACHE_DRILL_LOGICAL |
APACHE_DRILL_PHYSICAL |
Modifier and Type | Method and Description |
---|---|
static PlanProperties.PlanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProperties.PlanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanProperties.PlanType APACHE_DRILL_LOGICAL
public static final PlanProperties.PlanType APACHE_DRILL_PHYSICAL
public static PlanProperties.PlanType[] values()
for (PlanProperties.PlanType c : PlanProperties.PlanType.values()) System.out.println(c);
public static PlanProperties.PlanType 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 © 1970 The Apache Software Foundation. All rights reserved.