public enum LocaleResources extends Enum<LocaleResources>
Enum Constant and Description |
---|
APPLICATION_INFO_DESCRIPTION |
APPLICATION_INFO_LICENSE |
APPLICATION_VERSION_INFO |
ENV_NO_HOME |
INVALID_IPPORT |
LOGGING_PROPERTIES_ISSUE |
MISSING_INFO |
PASSWORD_PROMPT |
USERNAME_PROMPT |
VALUE_AND_UNIT |
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_BUNDLE |
Modifier and Type | Method and Description |
---|---|
static Translate<LocaleResources> |
createLocalizer() |
static LocaleResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocaleResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocaleResources MISSING_INFO
public static final LocaleResources VALUE_AND_UNIT
public static final LocaleResources APPLICATION_INFO_LICENSE
public static final LocaleResources APPLICATION_INFO_DESCRIPTION
public static final LocaleResources APPLICATION_VERSION_INFO
public static final LocaleResources USERNAME_PROMPT
public static final LocaleResources PASSWORD_PROMPT
public static final LocaleResources LOGGING_PROPERTIES_ISSUE
public static final LocaleResources ENV_NO_HOME
public static final LocaleResources INVALID_IPPORT
public static final String RESOURCE_BUNDLE
public static LocaleResources[] values()
for (LocaleResources c : LocaleResources.values()) System.out.println(c);
public static LocaleResources valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static Translate<LocaleResources> createLocalizer()
Copyright © 2013. All rights reserved.