|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MailingListsManager.Status>
org.objectledge.mail.MailingListsManager.Status
public static enum MailingListsManager.Status
| Enum Constant Summary | |
|---|---|
OPERATIONAL
The manager is installed and configured correctly. |
|
UNAVAILABLE
The manager is not installed or was disabled by the administrator. |
|
UNOPERATIONAL
The manager is not configured correctly or it's required external dependencies are not configured correctly. |
|
| Method Summary | |
|---|---|
static MailingListsManager.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MailingListsManager.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MailingListsManager.Status OPERATIONAL
public static final MailingListsManager.Status UNOPERATIONAL
public static final MailingListsManager.Status UNAVAILABLE
| Method Detail |
|---|
public static final MailingListsManager.Status[] values()
for(MailingListsManager.Status c : MailingListsManager.Status.values())
System.out.println(c);
public static MailingListsManager.Status valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||