protected static enum BasicDecider.PREVIOUS_RUN_STATUS extends Enum<BasicDecider.PREVIOUS_RUN_STATUS>
Modifier and Type | Method and Description |
---|---|
static BasicDecider.PREVIOUS_RUN_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicDecider.PREVIOUS_RUN_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicDecider.PREVIOUS_RUN_STATUS FAILED
public static final BasicDecider.PREVIOUS_RUN_STATUS OTHER
public static final BasicDecider.PREVIOUS_RUN_STATUS COMPLETED
public static BasicDecider.PREVIOUS_RUN_STATUS[] values()
for (BasicDecider.PREVIOUS_RUN_STATUS c : BasicDecider.PREVIOUS_RUN_STATUS.values()) System.out.println(c);
public static BasicDecider.PREVIOUS_RUN_STATUS 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 © 2015 SeqWare. All rights reserved.