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