public enum LocaleResources extends Enum<LocaleResources>
Enum Constant and Description |
---|
EDEN_GEN |
GARBAGE_COLLECTION |
OLD_GEN |
PERM_GEN |
S0_GEN |
S1_GEN |
SOME_GENERATION |
UNKNOWN_GEN |
VM_GC_COLLECTOR_CHART_GC_TIME_LABEL |
VM_GC_COLLECTOR_CHART_REAL_TIME_LABEL |
VM_GC_COLLECTOR_OVER_GENERATION |
VM_GC_TITLE |
VM_INFO_TAB_GC |
YOUNG_GEN |
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 GARBAGE_COLLECTION
public static final LocaleResources YOUNG_GEN
public static final LocaleResources EDEN_GEN
public static final LocaleResources S0_GEN
public static final LocaleResources S1_GEN
public static final LocaleResources OLD_GEN
public static final LocaleResources PERM_GEN
public static final LocaleResources UNKNOWN_GEN
public static final LocaleResources SOME_GENERATION
public static final LocaleResources VM_INFO_TAB_GC
public static final LocaleResources VM_GC_TITLE
public static final LocaleResources VM_GC_COLLECTOR_OVER_GENERATION
public static final LocaleResources VM_GC_COLLECTOR_CHART_REAL_TIME_LABEL
public static final LocaleResources VM_GC_COLLECTOR_CHART_GC_TIME_LABEL
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.