public enum EXTENDED_STORAGE_SETTING extends Enum<EXTENDED_STORAGE_SETTING>
Enum Constant and Description |
---|
EStorage_MirrorGet
The value of this constant is 1
|
EStorage_MirrorSet
The value of this constant is 0
|
Modifier and Type | Method and Description |
---|---|
static EXTENDED_STORAGE_SETTING |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXTENDED_STORAGE_SETTING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXTENDED_STORAGE_SETTING EStorage_MirrorSet
The value of this constant is 0
public static final EXTENDED_STORAGE_SETTING EStorage_MirrorGet
The value of this constant is 1
public static EXTENDED_STORAGE_SETTING[] values()
for (EXTENDED_STORAGE_SETTING c : EXTENDED_STORAGE_SETTING.values()) System.out.println(c);
public static EXTENDED_STORAGE_SETTING 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 © 2020. All rights reserved.