public enum PREF_ENUM extends Enum<PREF_ENUM>
| Enum Constant and Description |
|---|
PLDL1KEEP |
PLDL1STRM |
PLDL2KEEP |
PLDL2STRM |
PLDL3KEEP |
PLDL3STRM |
PLIL1KEEP |
PLIL1STRM |
PLIL2KEEP |
PLIL2STRM |
PLIL3KEEP |
PLIL3STRM |
PSTL1KEEP |
PSTL1STRM |
PSTL2KEEP |
PSTL2STRM |
PSTL3KEEP |
PSTL3STRM |
| Modifier and Type | Method and Description |
|---|---|
static PREF_ENUM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PREF_ENUM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PREF_ENUM PLDL1KEEP
public static final PREF_ENUM PLDL1STRM
public static final PREF_ENUM PLDL2KEEP
public static final PREF_ENUM PLDL2STRM
public static final PREF_ENUM PLDL3KEEP
public static final PREF_ENUM PLDL3STRM
public static final PREF_ENUM PSTL1KEEP
public static final PREF_ENUM PSTL1STRM
public static final PREF_ENUM PSTL2KEEP
public static final PREF_ENUM PSTL2STRM
public static final PREF_ENUM PSTL3KEEP
public static final PREF_ENUM PSTL3STRM
public static final PREF_ENUM PLIL1KEEP
public static final PREF_ENUM PLIL1STRM
public static final PREF_ENUM PLIL2KEEP
public static final PREF_ENUM PLIL2STRM
public static final PREF_ENUM PLIL3KEEP
public static final PREF_ENUM PLIL3STRM
public static PREF_ENUM[] values()
for (PREF_ENUM c : PREF_ENUM.values()) System.out.println(c);
public static PREF_ENUM 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. All rights reserved.