private static enum PlannerImpl.State extends Enum<PlannerImpl.State>
| Enum Constant and Description |
|---|
STATE_0_CLOSED |
STATE_1_RESET |
STATE_2_READY |
STATE_3_PARSED |
STATE_4_VALIDATED |
STATE_5_CONVERTED |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
from(PlannerImpl planner)
Moves planner's state to this state.
|
static PlannerImpl.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlannerImpl.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlannerImpl.State STATE_0_CLOSED
public static final PlannerImpl.State STATE_1_RESET
public static final PlannerImpl.State STATE_2_READY
public static final PlannerImpl.State STATE_3_PARSED
public static final PlannerImpl.State STATE_4_VALIDATED
public static final PlannerImpl.State STATE_5_CONVERTED
public static PlannerImpl.State[] values()
for (PlannerImpl.State c : PlannerImpl.State.values()) System.out.println(c);
public static PlannerImpl.State 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 nullvoid from(PlannerImpl planner)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.