private static enum OutcomeDelayingEngineExecutionListener.Outcome extends java.lang.Enum<OutcomeDelayingEngineExecutionListener.Outcome>
Modifier and Type | Method and Description |
---|---|
static OutcomeDelayingEngineExecutionListener.Outcome |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutcomeDelayingEngineExecutionListener.Outcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutcomeDelayingEngineExecutionListener.Outcome SKIPPED
public static final OutcomeDelayingEngineExecutionListener.Outcome FINISHED
public static OutcomeDelayingEngineExecutionListener.Outcome[] values()
for (OutcomeDelayingEngineExecutionListener.Outcome c : OutcomeDelayingEngineExecutionListener.Outcome.values()) System.out.println(c);
public static OutcomeDelayingEngineExecutionListener.Outcome valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null