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