|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MessagesKeys>
com.intel.gpe.client2.defaults.i18n.MessagesKeys
public enum MessagesKeys
| Enum Constant Summary | |
|---|---|
defaults_Defaults_Could_not_detect_user_home
Could not detect user home directory |
|
defaults_Defaults_Couldnt_parse_color
Couldn't parse color : {0} |
|
defaults_Defaults_Creating_new_user_defaults
Creating new user defaults |
|
defaults_Defaults_Error_in_boolean_value
Error in boolean value: {0} |
|
defaults_Defaults_Error_in_integer_value
Error in integer value : {0} |
|
defaults_Defaults_Error_in_long_value
Error in long value : {0} |
|
defaults_Defaults_Error_in_property
Error in property: {0} |
|
defaults_Defaults_Update_in_Defaults_not_implemented
Update in Defaults not implemented. |
|
| Method Summary | |
|---|---|
static MessagesKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessagesKeys[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MessagesKeys defaults_Defaults_Update_in_Defaults_not_implemented
public static final MessagesKeys defaults_Defaults_Error_in_long_value
public static final MessagesKeys defaults_Defaults_Error_in_integer_value
public static final MessagesKeys defaults_Defaults_Error_in_property
public static final MessagesKeys defaults_Defaults_Couldnt_parse_color
public static final MessagesKeys defaults_Defaults_Error_in_boolean_value
public static final MessagesKeys defaults_Defaults_Creating_new_user_defaults
public static final MessagesKeys defaults_Defaults_Could_not_detect_user_home
| Method Detail |
|---|
public static final MessagesKeys[] values()
for(MessagesKeys c : MessagesKeys.values())
System.out.println(c);
public static MessagesKeys 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||