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 NUMBER_AND_UNIT
public static final LocaleResources HOST_INFO_TAB_OVERVIEW
public static final LocaleResources HOST_OVERVIEW_SECTION_BASICS
public static final LocaleResources HOST_OVERVIEW_SECTION_HARDWARE
public static final LocaleResources HOST_OVERVIEW_SECTION_SOFTWARE
public static final LocaleResources HOST_INFO_HOSTNAME
public static final LocaleResources HOST_INFO_CPU_COUNT
public static final LocaleResources HOST_INFO_CPU_MODEL
public static final LocaleResources HOST_INFO_OS_NAME
public static final LocaleResources HOST_INFO_OS_KERNEL
public static final LocaleResources HOST_INFO_MEMORY_TOTAL
public static final LocaleResources HOST_INFO_NETWORK
public static final LocaleResources NETWORK_INTERFACE_COLUMN
public static final LocaleResources NETWORK_IPV4_COLUMN
public static final LocaleResources NETWORK_IPV6_COLUMN
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.