static enum TestYieldProcedures.TestStateMachineProcedure.State extends Enum<TestYieldProcedures.TestStateMachineProcedure.State>
Modifier and Type | Method and Description |
---|---|
static TestYieldProcedures.TestStateMachineProcedure.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestYieldProcedures.TestStateMachineProcedure.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestYieldProcedures.TestStateMachineProcedure.State STATE_1
public static final TestYieldProcedures.TestStateMachineProcedure.State STATE_2
public static final TestYieldProcedures.TestStateMachineProcedure.State STATE_3
public static TestYieldProcedures.TestStateMachineProcedure.State[] values()
for (TestYieldProcedures.TestStateMachineProcedure.State c : TestYieldProcedures.TestStateMachineProcedure.State.values()) System.out.println(c);
public static TestYieldProcedures.TestStateMachineProcedure.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 nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.