public static enum I18n.I18N_TYPES extends java.lang.Enum<I18n.I18N_TYPES>
Enum Constant and Description |
---|
Currency |
Date |
Date_Time |
Decimal |
Number |
Time |
Modifier and Type | Method and Description |
---|---|
static I18n.I18N_TYPES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I18n.I18N_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I18n.I18N_TYPES Currency
public static final I18n.I18N_TYPES Number
public static final I18n.I18N_TYPES Decimal
public static final I18n.I18N_TYPES Date
public static final I18n.I18N_TYPES Time
public static final I18n.I18N_TYPES Date_Time
public static I18n.I18N_TYPES[] values()
for (I18n.I18N_TYPES c : I18n.I18N_TYPES.values()) System.out.println(c);
public static I18n.I18N_TYPES 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 null