public static enum PA768eEnums.CfgStorageMode extends java.lang.Enum<PA768eEnums.CfgStorageMode>
| Enum Constant and Description |
|---|
SaveToRamAndFlash |
SaveToRamOnly |
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static PA768eEnums.CfgStorageMode |
valueOf(int code) |
static PA768eEnums.CfgStorageMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PA768eEnums.CfgStorageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PA768eEnums.CfgStorageMode SaveToRamAndFlash
public static final PA768eEnums.CfgStorageMode SaveToRamOnly
public static PA768eEnums.CfgStorageMode[] values()
for (PA768eEnums.CfgStorageMode c : PA768eEnums.CfgStorageMode.values()) System.out.println(c);
public static PA768eEnums.CfgStorageMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int value()
public static PA768eEnums.CfgStorageMode valueOf(int code)