public enum LwappConfigurations extends java.lang.Enum<LwappConfigurations> implements org.lwapp.configclient.Configurable
| Modifier and Type | Method and Description |
|---|---|
org.lwapp.configclient.Configuration |
getConfiguration() |
static java.util.List<org.lwapp.configclient.Configuration> |
getConfigurations() |
static LwappConfigurations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LwappConfigurations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LwappConfigurations ENABLE_NOTIFICATIONS
public static final LwappConfigurations ENABLE_SMS_NOTIFICATIONS
public static final LwappConfigurations ENABLE_EMAIL_NOTIFICATIONS
public static final LwappConfigurations ENABLE_TWITTER_NOTIFICATIONS
public static final LwappConfigurations SMTP_HOST
public static final LwappConfigurations MAX_EMAIL_ATTEMPTS
public static final LwappConfigurations MAX_SMS_ATTEMPTS
public static final LwappConfigurations SYSTEM_EMAIL_ADDRESS
public static final LwappConfigurations STSTEM_EMAIL_PASSWORD
public static final LwappConfigurations STSTEM_TECHNICAL_SUPPORT_EMAIL_ADDRESS
public static final LwappConfigurations SMTP_PORT
public static final LwappConfigurations SYSTEM_SMS_NUMBER
public static final LwappConfigurations JMS_URL
public static final LwappConfigurations EMAIL_INCOMING_QUEUE
public static final LwappConfigurations EMAIL_ERROR_QUEUE
public static final LwappConfigurations SMS_INCOMING_QUEUE
public static final LwappConfigurations SMS_ERROR_QUEUE
public static final LwappConfigurations TWITTER_INCOMING_QUEUE
public static final LwappConfigurations TWITTER_ERROR_QUEUE
public static LwappConfigurations[] values()
for (LwappConfigurations c : LwappConfigurations.values()) System.out.println(c);
public static LwappConfigurations 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 java.util.List<org.lwapp.configclient.Configuration> getConfigurations()
public org.lwapp.configclient.Configuration getConfiguration()
getConfiguration in interface org.lwapp.configclient.Configurable