public static enum EmailUtility.Counters extends Enum<EmailUtility.Counters>
| Enum Constant and Description |
|---|
NO_FROM_ADDRESS |
NO_MESSAGE_ID |
| Modifier and Type | Method and Description |
|---|---|
static EmailUtility.Counters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailUtility.Counters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailUtility.Counters NO_MESSAGE_ID
public static final EmailUtility.Counters NO_FROM_ADDRESS
public static EmailUtility.Counters[] values()
for (EmailUtility.Counters c : EmailUtility.Counters.values()) System.out.println(c);
public static EmailUtility.Counters 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 © 2008–2013 The Apache Software Foundation. All rights reserved.