se.chalmers.dat255.risk.model
public static enum TurnAndPhaseManager.Phase extends java.lang.Enum<TurnAndPhaseManager.Phase>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPhase() |
static TurnAndPhaseManager.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TurnAndPhaseManager.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TurnAndPhaseManager.Phase FBuild
public static final TurnAndPhaseManager.Phase F1
public static final TurnAndPhaseManager.Phase F2
public static final TurnAndPhaseManager.Phase F3
public static TurnAndPhaseManager.Phase[] values()
for (TurnAndPhaseManager.Phase c : TurnAndPhaseManager.Phase.values()) System.out.println(c);
public static TurnAndPhaseManager.Phase 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 nullpublic java.lang.String getPhase()