public enum HardResetState extends Enum<HardResetState>
| Modifier and Type | Method and Description |
|---|---|
static HardResetState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardResetState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HardResetState NA
public static final HardResetState Normal
public static final HardResetState Reset
public static final HardResetState Resetting
public static HardResetState[] values()
for (HardResetState c : HardResetState.values()) System.out.println(c);
public static HardResetState 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 nullCopyright © 2017. All rights reserved.