public static enum MailEditor.RecipientMode extends Enum<MailEditor.RecipientMode>
| Enum Constant and Description |
|---|
ALL |
NONE |
ONE_REPLY_TO |
| Modifier and Type | Method and Description |
|---|---|
static MailEditor.RecipientMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailEditor.RecipientMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailEditor.RecipientMode ALL
public static final MailEditor.RecipientMode ONE_REPLY_TO
public static final MailEditor.RecipientMode NONE
public static MailEditor.RecipientMode[] values()
for (MailEditor.RecipientMode c : MailEditor.RecipientMode.values()) System.out.println(c);
public static MailEditor.RecipientMode 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.