com.intel.gpe.client2.defaults.i18n
Enum MessagesKeys

java.lang.Object
  extended by java.lang.Enum<MessagesKeys>
      extended by com.intel.gpe.client2.defaults.i18n.MessagesKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MessagesKeys>

public enum MessagesKeys
extends java.lang.Enum<MessagesKeys>

Version:
$Id: MessagesKeys.java 1324 2007-07-19 07:06:29Z nbmalysh $
Author:
Denis Zhigula

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

defaults_Defaults_Update_in_Defaults_not_implemented

public static final MessagesKeys defaults_Defaults_Update_in_Defaults_not_implemented
Update in Defaults not implemented.


defaults_Defaults_Error_in_long_value

public static final MessagesKeys defaults_Defaults_Error_in_long_value
Error in long value : {0}


defaults_Defaults_Error_in_integer_value

public static final MessagesKeys defaults_Defaults_Error_in_integer_value
Error in integer value : {0}


defaults_Defaults_Error_in_property

public static final MessagesKeys defaults_Defaults_Error_in_property
Error in property: {0}


defaults_Defaults_Couldnt_parse_color

public static final MessagesKeys defaults_Defaults_Couldnt_parse_color
Couldn't parse color : {0}


defaults_Defaults_Error_in_boolean_value

public static final MessagesKeys defaults_Defaults_Error_in_boolean_value
Error in boolean value: {0}


defaults_Defaults_Creating_new_user_defaults

public static final MessagesKeys defaults_Defaults_Creating_new_user_defaults
Creating new user defaults


defaults_Defaults_Could_not_detect_user_home

public static final MessagesKeys defaults_Defaults_Could_not_detect_user_home
Could not detect user home directory

Method Detail

values

public static final MessagesKeys[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(MessagesKeys c : MessagesKeys.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static MessagesKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2008. All Rights Reserved.