public static enum Mailer.Message.AS extends Enum<Mailer.Message.AS>
| Modifier and Type | Method and Description | 
|---|---|
static Mailer.Message.AS | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Mailer.Message.AS[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Mailer.Message.AS FROM
public static final Mailer.Message.AS TO
public static final Mailer.Message.AS CC
public static final Mailer.Message.AS BCC
public static final Mailer.Message.AS REPLYTO
public static Mailer.Message.AS[] values()
for (Mailer.Message.AS c : Mailer.Message.AS.values()) System.out.println(c);
public static Mailer.Message.AS 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 © 2019 Nuxeo. All rights reserved.