public enum LocaleResources extends Enum<LocaleResources>
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 COMMAND_PING_ARGUMENT
public static final LocaleResources COMMAND_PING_QUEUING_REQUEST
public static final LocaleResources COMMAND_PING_INVALID_HOST_ID
public static final LocaleResources COMMAND_PING_NO_HOST_INFO_DAO
public static final LocaleResources COMMAND_PING_NO_AGENT_INFO_DAO
public static final LocaleResources COMMAND_PING_NO_REQUEST_QUEUE
public static final LocaleResources COMMAND_PING_RESPONSE_ERROR
public static final LocaleResources COMMAND_PING_RESPONSE_OK
public static final LocaleResources COMMAND_PING_RESPONSE_REFUSED
public static final LocaleResources COMMAND_PING_RESPONSE_UNKNOWN
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 © 2014. All rights reserved.