Modifier and Type | Method and Description |
---|---|
static SeqType |
fromValue(java.lang.String val) |
java.lang.String |
getValue() |
static SeqType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeqType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeqType GameInitialisation
public static final SeqType InitDeclareBoard
public static final SeqType InitPlayerFeatures
public static final SeqType InitPlayerLocalization
public static final SeqType InitStatusOfCompetitors
public static final SeqType InitLocateArtefacts
public static final SeqType QuestStart
public static final SeqType RoundRequireCartouche
public static final SeqType RoundRobotMovement
public static final SeqType RoundBoardMovement
public static final SeqType RoundComputedMovements
public static final SeqType RoundBoardAction
public static final SeqType RoundStatusOfCompetitors
public static final SeqType QuestAchieved
public static final SeqType GameFinalisation
public static SeqType[] values()
for (SeqType c : SeqType.values()) System.out.println(c);
public static SeqType 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 getValue()
public static SeqType fromValue(java.lang.String val)