public static enum DriverQueryPlan.ExecMode extends Enum<DriverQueryPlan.ExecMode>
Enum Constant and Description |
---|
BATCH
The batch.
|
INTERACTIVE
The interactive.
|
NOT_ACCEPTED
The not accepted.
|
Modifier and Type | Method and Description |
---|---|
static DriverQueryPlan.ExecMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverQueryPlan.ExecMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DriverQueryPlan.ExecMode INTERACTIVE
public static final DriverQueryPlan.ExecMode BATCH
public static final DriverQueryPlan.ExecMode NOT_ACCEPTED
public static DriverQueryPlan.ExecMode[] values()
for (DriverQueryPlan.ExecMode c : DriverQueryPlan.ExecMode.values()) System.out.println(c);
public static DriverQueryPlan.ExecMode 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 © 2014–2018 Apache Software Foundation. All rights reserved.