public enum MobileThemeImage extends java.lang.Enum<MobileThemeImage> implements ThemeImageEnum, HasMessageKey
ThemeType.MOBILE theme type.| Enum Constant and Description |
|---|
LOGIN_BACKGROUND
Image used as background in the login page.
|
MAP_MARKER_DEFAULT |
MY_LOCATION |
| Modifier and Type | Method and Description |
|---|---|
MessageKey |
getMessageKey() |
static MobileThemeImage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobileThemeImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final MobileThemeImage LOGIN_BACKGROUND
public static final MobileThemeImage MAP_MARKER_DEFAULT
public static final MobileThemeImage MY_LOCATION
public static MobileThemeImage[] values()
for (MobileThemeImage c : MobileThemeImage.values()) System.out.println(c);
public static MobileThemeImage 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 MessageKey getMessageKey()
getMessageKey in interface HasMessageKey