public enum EvolutionState extends Enum<EvolutionState>
Enum Constant and Description |
---|
APPLIED |
APPLYING_DOWN |
APPLYING_UP |
Modifier and Type | Method and Description |
---|---|
String |
getStateWord() |
static EvolutionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvolutionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvolutionState APPLIED
public static final EvolutionState APPLYING_UP
public static final EvolutionState APPLYING_DOWN
public static EvolutionState[] values()
for (EvolutionState c : EvolutionState.values()) System.out.println(c);
public static EvolutionState 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 nullpublic String getStateWord()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly