@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum PerformanceState extends Enum<PerformanceState>
| Enum Constant and Description |
|---|
FAILED |
GENERATING |
NONE |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformanceState NONE
public static final PerformanceState GENERATING
public static final PerformanceState FAILED
public static final PerformanceState SUCCESS
public static PerformanceState[] values()
for (PerformanceState c : PerformanceState.values()) System.out.println(c);
public static PerformanceState 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 © 2013–2015 Inra. All rights reserved.