Package com.hp.lft.sdk.mobile
Enum Class DeviceSource
- All Implemented Interfaces:
Serializable
,Comparable<DeviceSource>
,java.lang.constant.Constable
The source location of the device.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDevice is stored on an AWS Device Farm.The device is stored or provided by any of the supported sources.The device is provided by Genymotion.The device is hosted by OpenText.Device is stored on OpenText Functional Testing Lab.Device is stored on OpenText Functional Testing Lab.The device is stored on Storm Runner Functional (SRF).The device is provided by a Tencent WeTest device farm. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceSource
Returns the enum constant of this class with the specified name.static DeviceSource[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MOBILE_CENTER
Device is stored on OpenText Functional Testing Lab. -
ON_PREMISES
Device is stored on OpenText Functional Testing Lab. -
AMAZON_DEVICE_FARM
Device is stored on an AWS Device Farm. -
SRF_DEVICE_LAB
The device is stored on Storm Runner Functional (SRF). -
HOSTED
The device is hosted by OpenText. -
GENYCLOUD
The device is provided by Genymotion. -
WETEST
The device is provided by a Tencent WeTest device farm. -
ANY
The device is stored or provided by any of the supported sources.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-