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