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