public static enum BootloaderTypeEnum.ConcreteBootloaderTypeEnum extends Enum<BootloaderTypeEnum.ConcreteBootloaderTypeEnum>
Enum Constant and Description |
---|
APPLICATION_BOOTLOADER |
MMB_INVALID_VALUE |
STANDALONE_BOOTLOADER |
Modifier and Type | Method and Description |
---|---|
static BootloaderTypeEnum.ConcreteBootloaderTypeEnum |
get(byte v) |
byte |
getCode() |
String |
getLabel() |
static BootloaderTypeEnum.ConcreteBootloaderTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootloaderTypeEnum.ConcreteBootloaderTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootloaderTypeEnum.ConcreteBootloaderTypeEnum STANDALONE_BOOTLOADER
public static final BootloaderTypeEnum.ConcreteBootloaderTypeEnum APPLICATION_BOOTLOADER
public static final BootloaderTypeEnum.ConcreteBootloaderTypeEnum MMB_INVALID_VALUE
public static BootloaderTypeEnum.ConcreteBootloaderTypeEnum[] values()
for (BootloaderTypeEnum.ConcreteBootloaderTypeEnum c : BootloaderTypeEnum.ConcreteBootloaderTypeEnum.values()) System.out.println(c);
public static BootloaderTypeEnum.ConcreteBootloaderTypeEnum 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 static BootloaderTypeEnum.ConcreteBootloaderTypeEnum get(byte v)
public byte getCode()
public String getLabel()
Copyright © 2015. All rights reserved.