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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum 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 SummaryModifier and TypeMethodDescriptionstatic DeviceSourceReturns 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_CENTERDevice is stored on OpenText Functional Testing Lab.
- 
ON_PREMISESDevice is stored on OpenText Functional Testing Lab.
- 
AMAZON_DEVICE_FARMDevice is stored on an AWS Device Farm.
- 
SRF_DEVICE_LABThe device is stored on Storm Runner Functional (SRF).
- 
HOSTEDThe device is hosted by OpenText.
- 
GENYCLOUDThe device is provided by Genymotion.
- 
WETESTThe device is provided by a Tencent WeTest device farm.
- 
ANYThe device is stored or provided by any of the supported sources.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-