public enum DeviceTypeByAgent extends Enum<DeviceTypeByAgent>
Enum Constant and Description |
---|
ANDROID
Android
|
BLACKBERRY
BlackBerry
|
BROWSER
Browser
|
IOS
iOS
|
MAC
Mac
|
MACINTOSH
Macintosh
|
WINDOWS
Windows
|
WINDOWS_MOBILE
Windows Mobile
|
Modifier and Type | Method and Description |
---|---|
static DeviceTypeByAgent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceTypeByAgent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceTypeByAgent IOS
public static final DeviceTypeByAgent BLACKBERRY
public static final DeviceTypeByAgent ANDROID
public static final DeviceTypeByAgent WINDOWS
public static final DeviceTypeByAgent MACINTOSH
public static final DeviceTypeByAgent MAC
public static final DeviceTypeByAgent BROWSER
public static final DeviceTypeByAgent WINDOWS_MOBILE
public static DeviceTypeByAgent[] values()
for (DeviceTypeByAgent c : DeviceTypeByAgent.values()) System.out.println(c);
public static DeviceTypeByAgent 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 © 2019. All rights reserved.