public enum MessagingSubmodule extends java.lang.Enum<MessagingSubmodule> implements Submodule
MESSAGES module| Enum Constant and Description |
|---|
ALERTS
System alerts, member alerts
|
ERROR_LOGS |
MAILING_LISTS |
MESSAGE_CATEGORIES |
MESSAGES |
NOTIFICATION_SETTINGS |
NOTIFICATIONS |
| 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 MessagingSubmodule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessagingSubmodule[] |
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 MessagingSubmodule ALERTS
public static final MessagingSubmodule ERROR_LOGS
public static final MessagingSubmodule MESSAGES
public static final MessagingSubmodule MESSAGE_CATEGORIES
public static final MessagingSubmodule NOTIFICATIONS
public static final MessagingSubmodule NOTIFICATION_SETTINGS
public static final MessagingSubmodule MAILING_LISTS
public static MessagingSubmodule[] values()
for (MessagingSubmodule c : MessagingSubmodule.values()) System.out.println(c);
public static MessagingSubmodule 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