public enum DeviceOSReportFilter extends Enum<DeviceOSReportFilter>
| Enum Constant and Description |
|---|
ANDROID |
BLACK_BERRY |
I_O_S |
OTHER |
WINDOWS |
| Modifier and Type | Method and Description |
|---|---|
static DeviceOSReportFilter |
fromValue(String v) |
String |
value() |
static DeviceOSReportFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceOSReportFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceOSReportFilter OTHER
public static final DeviceOSReportFilter WINDOWS
public static final DeviceOSReportFilter I_O_S
public static final DeviceOSReportFilter ANDROID
public static final DeviceOSReportFilter BLACK_BERRY
public static DeviceOSReportFilter[] values()
for (DeviceOSReportFilter c : DeviceOSReportFilter.values()) System.out.println(c);
public static DeviceOSReportFilter 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 value()
public static DeviceOSReportFilter fromValue(String v)
Copyright © 2023. All rights reserved.