public enum FirmwareCondition extends Enum<FirmwareCondition>
| Enum Constant and Description |
|---|
BEST_BEFORE |
CLASS_ID |
DEVICE_ID |
VENDOR_ID |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static FirmwareCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirmwareCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FirmwareCondition VENDOR_ID
public static final FirmwareCondition CLASS_ID
public static final FirmwareCondition DEVICE_ID
public static final FirmwareCondition BEST_BEFORE
public static FirmwareCondition[] values()
for (FirmwareCondition c : FirmwareCondition.values()) System.out.println(c);
public static FirmwareCondition 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 nullpublic int getIndex()
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.