public enum I18NMessageEnum extends java.lang.Enum<I18NMessageEnum>
Enum Constant and Description |
---|
BUI |
BUI_PRELOGIN |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessageID()
Get the message id.
|
java.lang.String |
getResource()
Get the message resource name.
|
static I18NMessageEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I18NMessageEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I18NMessageEnum BUI
public static final I18NMessageEnum BUI_PRELOGIN
public static I18NMessageEnum[] values()
for (I18NMessageEnum c : I18NMessageEnum.values()) System.out.println(c);
public static I18NMessageEnum 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 nullpublic java.lang.String getMessageID()
public java.lang.String getResource()