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