public static enum MailBox.Type extends Enum<MailBox.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
getName(Locale locale) |
int |
getValue() |
static MailBox.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailBox.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailBox.Type INBOX
public static final MailBox.Type SENT
public static final MailBox.Type DRAFTS
public static final MailBox.Type TRASH
public static final MailBox.Type PERSONAL
public static MailBox.Type[] values()
for (MailBox.Type c : MailBox.Type.values()) System.out.println(c);
public static MailBox.Type 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 nullpublic int getValue()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}