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 VM_INFO_TAB_OVERVIEW
public static final LocaleResources VM_INFO_TITLE
public static final LocaleResources VM_INFO_SECTION_PROCESS
public static final LocaleResources VM_INFO_SECTION_JAVA
public static final LocaleResources VM_INFO_PROCESS_ID
public static final LocaleResources VM_INFO_START_TIME
public static final LocaleResources VM_INFO_STOP_TIME
public static final LocaleResources VM_INFO_RUNNING
public static final LocaleResources VM_INFO_MAIN_CLASS
public static final LocaleResources VM_INFO_COMMAND_LINE
public static final LocaleResources VM_INFO_JAVA_VERSION
public static final LocaleResources VM_INFO_VM
public static final LocaleResources VM_INFO_VM_ARGUMENTS
public static final LocaleResources VM_INFO_VM_NAME_AND_VERSION
public static final LocaleResources VM_INFO_PROPERTIES
public static final LocaleResources VM_INFO_ENVIRONMENT
public static final LocaleResources VM_INFO_LIBRARIES
public static final LocaleResources VM_INFO_USER
public static final LocaleResources VM_INFO_USER_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.