public static enum Flash040Core.Flash040Type extends Enum<Flash040Core.Flash040Type>
Enum Constant and Description |
---|
FLASH040_TYPE_010 |
FLASH040_TYPE_032B_A0_1_SWAP |
FLASH040_TYPE_B |
FLASH040_TYPE_NORMAL |
FLASH040_TYPE_NUM |
Modifier and Type | Method and Description |
---|---|
static Flash040Core.Flash040Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flash040Core.Flash040Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Flash040Core.Flash040Type FLASH040_TYPE_NORMAL
public static final Flash040Core.Flash040Type FLASH040_TYPE_B
public static final Flash040Core.Flash040Type FLASH040_TYPE_010
public static final Flash040Core.Flash040Type FLASH040_TYPE_032B_A0_1_SWAP
public static final Flash040Core.Flash040Type FLASH040_TYPE_NUM
public static Flash040Core.Flash040Type[] values()
for (Flash040Core.Flash040Type c : Flash040Core.Flash040Type.values()) System.out.println(c);
public static Flash040Core.Flash040Type 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 © 2018 Ken Händel. All rights reserved.