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