public static enum MailManager.EmailContentType extends java.lang.Enum<MailManager.EmailContentType>
Enum Constant and Description |
---|
HTML |
PLAIN_TEXT |
Modifier and Type | Method and Description |
---|---|
static MailManager.EmailContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailManager.EmailContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailManager.EmailContentType PLAIN_TEXT
public static final MailManager.EmailContentType HTML
public static MailManager.EmailContentType[] values()
for (MailManager.EmailContentType c : MailManager.EmailContentType.values()) System.out.println(c);
public static MailManager.EmailContentType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.