public static enum MailEditor.SaveMode extends Enum<MailEditor.SaveMode>
Modifier and Type | Method and Description |
---|---|
static MailEditor.SaveMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailEditor.SaveMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailEditor.SaveMode DRAFT
public static final MailEditor.SaveMode TEMPLATE
public static final MailEditor.SaveMode OUTBOX
public static MailEditor.SaveMode[] values()
for (MailEditor.SaveMode c : MailEditor.SaveMode.values()) System.out.println(c);
public static MailEditor.SaveMode 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 © 2015 OpenEstate. All rights reserved.