Serializable, Comparable<Devices.DeviceType>public static enum Devices.DeviceType extends Enum<Devices.DeviceType>
| Enum Constant | Description |
|---|---|
GalaxyS2 |
|
GalaxyS3 |
|
GalaxyS4 |
|
GalaxyS5 |
|
GalaxyS6 |
|
GalaxyS7 |
|
GalaxyS8 |
|
GalaxyS9 |
|
iOS10 |
|
iOS11 |
|
iOS3 |
|
iOS4 |
|
iOS5 |
|
iOS6 |
|
iOS7 |
|
iOS9 |
|
iPad |
|
iPad2 |
|
iPad2017 |
|
iPad2018 |
|
iPad3 |
|
iPad4 |
|
iPadAir |
|
iPadAir2 |
|
iPadMini |
|
iPadMini2 |
|
iPadMini3 |
|
iPadMini4 |
|
iPadPro |
|
NoneSelected |
|
Win10 |
|
Win7 |
|
Win8 |
|
Win8_1 |
|
WinXP |
| Modifier and Type | Method | Description |
|---|---|---|
static Devices.DeviceType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Devices.DeviceType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Devices.DeviceType NoneSelected
public static final Devices.DeviceType WinXP
public static final Devices.DeviceType Win7
public static final Devices.DeviceType Win8
public static final Devices.DeviceType Win8_1
public static final Devices.DeviceType Win10
public static final Devices.DeviceType iPadPro
public static final Devices.DeviceType iPad
public static final Devices.DeviceType iPad2
public static final Devices.DeviceType iPad3
public static final Devices.DeviceType iPad4
public static final Devices.DeviceType iPad2017
public static final Devices.DeviceType iPad2018
public static final Devices.DeviceType iPadMini
public static final Devices.DeviceType iPadMini2
public static final Devices.DeviceType iPadMini3
public static final Devices.DeviceType iPadMini4
public static final Devices.DeviceType iPadAir
public static final Devices.DeviceType iPadAir2
public static final Devices.DeviceType iOS3
public static final Devices.DeviceType iOS4
public static final Devices.DeviceType iOS5
public static final Devices.DeviceType iOS6
public static final Devices.DeviceType iOS7
public static final Devices.DeviceType iOS9
public static final Devices.DeviceType iOS10
public static final Devices.DeviceType iOS11
public static final Devices.DeviceType GalaxyS2
public static final Devices.DeviceType GalaxyS3
public static final Devices.DeviceType GalaxyS4
public static final Devices.DeviceType GalaxyS5
public static final Devices.DeviceType GalaxyS6
public static final Devices.DeviceType GalaxyS7
public static final Devices.DeviceType GalaxyS8
public static final Devices.DeviceType GalaxyS9
public static Devices.DeviceType[] values()
for (Devices.DeviceType c : Devices.DeviceType.values()) System.out.println(c);
public static Devices.DeviceType 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 © 2017–2018 Team Controlium Committers. All rights reserved.