public enum ResetActions extends Enum<ResetActions> implements ResetAction
ResetAction
s.Modifier and Type | Class and Description |
---|---|
static class |
ResetActions.Conversions
The Conversion from String
|
Modifier and Type | Method and Description |
---|---|
static ResetActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResetActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
doWith
public static final ResetActions NONE
public static final ResetActions AUTO
public static final ResetActions HARD
public static final ResetActions SOFT
public static final ResetActions FORCE
public static ResetActions[] values()
for (ResetActions c : ResetActions.values()) System.out.println(c);
public static ResetActions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null