public enum LocaleResources extends Enum<LocaleResources>
Enum Constant and Description |
---|
ERROR_RUNNING_GUI |
ERROR_STARTING_GUI |
ERROR_STARTING_SERVICE |
RUNNING_GUI_INTERRUPTED |
SERVICE_UNAVAILABLE_MESSAGE |
SERVICE_WAIT_INTERRUPTED |
STOPPING_SERVICE_INTERRUPTED |
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 SERVICE_UNAVAILABLE_MESSAGE
public static final LocaleResources ERROR_STARTING_SERVICE
public static final LocaleResources STOPPING_SERVICE_INTERRUPTED
public static final LocaleResources SERVICE_WAIT_INTERRUPTED
public static final LocaleResources ERROR_STARTING_GUI
public static final LocaleResources ERROR_RUNNING_GUI
public static final LocaleResources RUNNING_GUI_INTERRUPTED
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 © 2016. All rights reserved.