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