public enum GeneralSubmodule extends java.lang.Enum<GeneralSubmodule> implements Submodule
GENERAL module| Enum Constant and Description |
|---|
EMAILS |
ERRORS |
INITIAL_DATA |
MENU |
UI |
| Modifier and Type | Method and Description |
|---|---|
Module |
module()
Returns the module for this submodule
|
java.lang.String |
prefix()
Returns the prefix used by this class
|
static GeneralSubmodule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralSubmodule[] |
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 GeneralSubmodule UI
public static final GeneralSubmodule MENU
public static final GeneralSubmodule ERRORS
public static final GeneralSubmodule EMAILS
public static final GeneralSubmodule INITIAL_DATA
public static GeneralSubmodule[] values()
for (GeneralSubmodule c : GeneralSubmodule.values()) System.out.println(c);
public static GeneralSubmodule 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 Module module()
Submodulepublic java.lang.String prefix()
PrefixedEnumprefix in interface PrefixedEnum