public enum ESystemInfo extends Enum<ESystemInfo>
Enum
representing types of system informationEnum Constant and Description |
---|
APPLICATION |
DATABASE |
ENVIRONMENT |
FONTS |
JAVA |
MEMORY |
PATH |
Modifier and Type | Method and Description |
---|---|
String |
getResourceID() |
static ESystemInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESystemInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESystemInfo ENVIRONMENT
public static final ESystemInfo JAVA
public static final ESystemInfo DATABASE
public static final ESystemInfo MEMORY
public static final ESystemInfo APPLICATION
public static final ESystemInfo PATH
public static final ESystemInfo FONTS
public static ESystemInfo[] values()
for (ESystemInfo c : ESystemInfo.values()) System.out.println(c);
public static ESystemInfo 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 String getResourceID()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.