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