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