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