public enum DeviceName extends Enum<DeviceName>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static DeviceName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceName Blackberry_PlayBook
public static final DeviceName BlackBerry_Z30
public static final DeviceName Galaxy_Note_3
public static final DeviceName Galaxy_Note_2
public static final DeviceName Galaxy_S3
public static final DeviceName Galaxy_S5
public static final DeviceName Pixel_3
public static final DeviceName Pixel_3_XL
public static final DeviceName Pixel_4
public static final DeviceName Pixel_4_XL
public static final DeviceName iPad
public static final DeviceName iPad_6th_Gen
public static final DeviceName iPad_7th_Gen
public static final DeviceName iPad_Air_2
public static final DeviceName iPad_Mini
public static final DeviceName iPad_Pro
public static final DeviceName iPhone_11
public static final DeviceName iPhone_11_Pro
public static final DeviceName iPhone_11_Pro_Max
public static final DeviceName iPhone_4
public static final DeviceName iPhone_5SE
public static final DeviceName iPhone_6_7_8
public static final DeviceName iPhone_6_7_8_Plus
public static final DeviceName iPhone_X
public static final DeviceName iPhone_XR
public static final DeviceName iPhone_XS
public static final DeviceName iPhone_XS_Max
public static final DeviceName Kindle_Fire_HDX
public static final DeviceName Laptop_with_HiDPI_screen
public static final DeviceName Laptop_with_MDPI_screen
public static final DeviceName Laptop_with_touch
public static final DeviceName LG_G6
public static final DeviceName LG_Optimus_L70
public static final DeviceName Microsoft_Lumia_550
public static final DeviceName Microsoft_Lumia_950
public static final DeviceName Nexus_10
public static final DeviceName Nexus_4
public static final DeviceName Nexus_5
public static final DeviceName Nexus_5X
public static final DeviceName Nexus_6
public static final DeviceName Nexus_6P
public static final DeviceName Nexus_7
public static final DeviceName Nokia_Lumia_520
public static final DeviceName Nokia_N9
public static final DeviceName Pixel_2
public static final DeviceName Pixel_2_XL
public static final DeviceName Galaxy_A5
public static final DeviceName Galaxy_Note_10
public static final DeviceName Galaxy_Note_10_Plus
public static final DeviceName Galaxy_Note_4
public static final DeviceName Galaxy_Note_8
public static final DeviceName Galaxy_Note_9
public static final DeviceName Galaxy_S8
public static final DeviceName Galaxy_S9
public static final DeviceName Galaxy_S10
public static final DeviceName Galaxy_S20
public static final DeviceName Galaxy_S8_Plus
public static final DeviceName Galaxy_S9_Plus
public static final DeviceName Galaxy_S10_Plus
public static final DeviceName OnePlus_7T
public static final DeviceName OnePlus_7T_Pro
public static final DeviceName iPhone6_7_8_Plus
iPhone_6_7_8_Pluspublic static DeviceName[] values()
for (DeviceName c : DeviceName.values()) System.out.println(c);
public static DeviceName 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 getName()
Copyright © 2021. All rights reserved.