public enum MobilePageShowInOption extends java.lang.Enum<MobilePageShowInOption>
| Enum Constant and Description |
|---|
MOBILE_APP |
MOBILE_APP_AND_MOBILE_POS |
MOBILE_POS |
| Modifier and Type | Method and Description |
|---|---|
static MobilePageShowInOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobilePageShowInOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobilePageShowInOption MOBILE_APP_AND_MOBILE_POS
public static final MobilePageShowInOption MOBILE_APP
public static final MobilePageShowInOption MOBILE_POS
public static MobilePageShowInOption[] values()
for (MobilePageShowInOption c : MobilePageShowInOption.values()) System.out.println(c);
public static MobilePageShowInOption 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 null