| Enum Constant and Description |
|---|
Android |
Blackberry |
Chromium |
FirefoxOS |
iOS |
Linux |
OSX |
Tizen |
Unknown |
Unspecified |
Windows |
WindowsPhone |
| Modifier and Type | Method and Description |
|---|---|
static IOSType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOSType iOS
public static final IOSType OSX
public static final IOSType Windows
public static final IOSType WindowsPhone
public static final IOSType Android
public static final IOSType Linux
public static final IOSType Blackberry
public static final IOSType Tizen
public static final IOSType FirefoxOS
public static final IOSType Chromium
public static final IOSType Unspecified
public static final IOSType Unknown
public static IOSType[] values()
for (IOSType c : IOSType.values()) System.out.println(c);
public static IOSType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null