public static enum SmtpConfig.SMTPAlert extends Enum<SmtpConfig.SMTPAlert>
| Enum Constant and Description |
|---|
IllegalLayerAccessAttempt |
IllegalLayerZoomAttempt |
IllegalRequestAttempt |
UserAccountLock |
| Modifier and Type | Method and Description |
|---|---|
static SmtpConfig.SMTPAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmtpConfig.SMTPAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmtpConfig.SMTPAlert UserAccountLock
public static final SmtpConfig.SMTPAlert IllegalRequestAttempt
public static final SmtpConfig.SMTPAlert IllegalLayerAccessAttempt
public static final SmtpConfig.SMTPAlert IllegalLayerZoomAttempt
public static SmtpConfig.SMTPAlert[] values()
for (SmtpConfig.SMTPAlert c : SmtpConfig.SMTPAlert.values()) System.out.println(c);
public static SmtpConfig.SMTPAlert valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.