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