public enum MobileDevices extends Enum<MobileDevices>
OperaSettings.emulate(MobileDevices).
The list is kept in sync with the profile list in the omlauncher binary shipped
alongside the Opera Mobile Emulator.| Modifier and Type | Method and Description |
|---|---|
static MobileDevices |
find(String identifier)
Matches the given string to an Opera Mobile emulation profile.
|
EmulationProfile |
getProfile()
Retrieve the emulation profile of the device.
|
String |
toString()
Unique string identifying the device.
|
static MobileDevices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobileDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobileDevices AMAZON_KINDLE_FIRE
public static final MobileDevices ASUS_EEE_PAD_SLIDER_SL101
public static final MobileDevices ASUS_EEE_PAD_TRANSFORMER_PRIME
public static final MobileDevices ASUS_EEE_PAD_TRANSFORMER_TF101
public static final MobileDevices EXOPC_SLATE
public static final MobileDevices HTC_DESIRE
public static final MobileDevices HTC_EVO_3D
public static final MobileDevices HTC_EVO_4G
public static final MobileDevices HTC_FLYER
public static final MobileDevices HTC_HERO
public static final MobileDevices HTC_INSPIRE_4G
public static final MobileDevices HTC_SENSATION_4G
public static final MobileDevices HTC_SENSATION
public static final MobileDevices HTC_TATTOO
public static final MobileDevices HTC_WILDFIRE
public static final MobileDevices LG_OPTIMUS_3D
public static final MobileDevices LG_OPTIMUS_ONE
public static final MobileDevices LG_T_MOBILE_G2X
public static final MobileDevices LENOVO_IDEAPAD_K1
public static final MobileDevices MOTOROLA_ATRIX_4G
public static final MobileDevices MOTOROLA_DROID_X
public static final MobileDevices MOTOROLA_PHOTON_4G
public static final MobileDevices MOTOROLA_XOOM
public static final MobileDevices NOKIA_5530_XPRESSMUSIC
public static final MobileDevices NOKIA_5800_XPRESSMUSIC
public static final MobileDevices NOKIA_C7_00
public static final MobileDevices NOKIA_E63
public static final MobileDevices NOKIA_N800
public static final MobileDevices NOKIA_N9
public static final MobileDevices NOKIA_N900_MAEMO
public static final MobileDevices SEMC_XPERIA_RAY
public static final MobileDevices SEMC_XPERIA_X10
public static final MobileDevices SAMSUNG_EPIC_4G
public static final MobileDevices SAMSUNG_GALAXY_NEXUS
public static final MobileDevices SAMSUNG_GALAXY_NOTE
public static final MobileDevices SAMSUNG_GALAXY_S_II
public static final MobileDevices SAMSUNG_GALAXY_S
public static final MobileDevices SAMSUNG_GALAXY_TAB_10_1
public static final MobileDevices SAMSUNG_GALAXY_TAB_7_10_PLUS
public static final MobileDevices SAMSUNG_GALAXY_TAB_8_9
public static final MobileDevices SAMSUNG_GALAXY_TAB
public static final MobileDevices SONY_TABLET_S
public static final MobileDevices TOSHIBA_THRIVE_10_1
public static MobileDevices[] values()
for (MobileDevices c : MobileDevices.values()) System.out.println(c);
public static MobileDevices 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 EmulationProfile getProfile()
public String toString()
EmulationProfile.getProfileName().
It will also be the basis of the emulation profile identification if the user provides a string
to the opera.emulationProfile capability.toString in class Enum<MobileDevices>find(String)public static MobileDevices find(String identifier)
MobileDevices.identifier - the name of an emulation profileCopyright © 2012. All Rights Reserved.