static enum Cal10nError.ErrorType extends java.lang.Enum<Cal10nError.ErrorType>
Enum Constant and Description |
---|
ABSENT_IN_ENUM |
ABSENT_IN_RB |
EMPTY_ENUM |
EMPTY_RB |
FAILED_TO_FIND_RB |
MISSING_BN_ANNOTATION |
MISSING_LOCALE_DATA_ANNOTATION |
Modifier and Type | Method and Description |
---|---|
static Cal10nError.ErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cal10nError.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cal10nError.ErrorType MISSING_BN_ANNOTATION
public static final Cal10nError.ErrorType MISSING_LOCALE_DATA_ANNOTATION
public static final Cal10nError.ErrorType FAILED_TO_FIND_RB
public static final Cal10nError.ErrorType EMPTY_RB
public static final Cal10nError.ErrorType EMPTY_ENUM
public static final Cal10nError.ErrorType ABSENT_IN_RB
public static final Cal10nError.ErrorType ABSENT_IN_ENUM
public static Cal10nError.ErrorType[] values()
for (Cal10nError.ErrorType c : Cal10nError.ErrorType.values()) System.out.println(c);
public static Cal10nError.ErrorType 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