public static enum GroupResult.GroupState extends java.lang.Enum<GroupResult.GroupState>
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
allStatesAsString() |
static GroupResult.GroupState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupResult.GroupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupResult.GroupState STARTED
public static final GroupResult.GroupState FINISHED
public static final GroupResult.GroupState FIXED
public static GroupResult.GroupState[] values()
for (GroupResult.GroupState c : GroupResult.GroupState.values()) System.out.println(c);
public static GroupResult.GroupState 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 static java.lang.String allStatesAsString()