public static enum MailEditor.ViewMode extends Enum<MailEditor.ViewMode> implements com.openindex.openestate.impl.utils.Translatable
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static MailEditor.ViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailEditor.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailEditor.ViewMode NEW
public static final MailEditor.ViewMode DRAFT
public static final MailEditor.ViewMode TEMPLATE
public static final MailEditor.ViewMode REPLY
public static final MailEditor.ViewMode FORWARD
public static MailEditor.ViewMode[] values()
for (MailEditor.ViewMode c : MailEditor.ViewMode.values()) System.out.println(c);
public static MailEditor.ViewMode 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 String getTranslation()
getTranslation
in interface com.openindex.openestate.impl.utils.Translatable
Copyright © 2015 OpenEstate. All rights reserved.