public enum StatisticTypeInfo extends Enum<StatisticTypeInfo>
Enum Constant and Description |
---|
APP_CLIENT_TYPES |
APP_CLIENT_VERSIONS |
DEVICE_RISKS |
DEVICE_TYPES |
FIRMWARE_VERSIONS |
LOCKED_DEVICES |
LOCKED_USERS |
OS_VERSIONS |
Modifier and Type | Method and Description |
---|---|
static StatisticTypeInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticTypeInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticTypeInfo APP_CLIENT_TYPES
public static final StatisticTypeInfo APP_CLIENT_VERSIONS
public static final StatisticTypeInfo FIRMWARE_VERSIONS
public static final StatisticTypeInfo DEVICE_RISKS
public static final StatisticTypeInfo DEVICE_TYPES
public static final StatisticTypeInfo LOCKED_USERS
public static final StatisticTypeInfo LOCKED_DEVICES
public static final StatisticTypeInfo OS_VERSIONS
public static StatisticTypeInfo[] values()
for (StatisticTypeInfo c : StatisticTypeInfo.values()) System.out.println(c);
public static StatisticTypeInfo 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 nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.