public enum AWSDeviceFarmUploadType extends Enum<AWSDeviceFarmUploadType>
| Enum Constant and Description |
|---|
ANDROID_APP |
APPIUM_JAVA_JUNIT |
APPIUM_JAVA_TESTNG |
CALABASH |
INSTRUMENTATION |
UIAUTOMATOR |
| Modifier and Type | Method and Description |
|---|---|
static AWSDeviceFarmUploadType |
get(String s)
Getter for getting the enum by value.
|
String |
toString()
Convert the enum to a string.
|
static AWSDeviceFarmUploadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSDeviceFarmUploadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSDeviceFarmUploadType ANDROID_APP
public static final AWSDeviceFarmUploadType APPIUM_JAVA_TESTNG
public static final AWSDeviceFarmUploadType APPIUM_JAVA_JUNIT
public static final AWSDeviceFarmUploadType CALABASH
public static final AWSDeviceFarmUploadType INSTRUMENTATION
public static final AWSDeviceFarmUploadType UIAUTOMATOR
public static AWSDeviceFarmUploadType[] values()
for (AWSDeviceFarmUploadType c : AWSDeviceFarmUploadType.values()) System.out.println(c);
public static AWSDeviceFarmUploadType 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 static AWSDeviceFarmUploadType get(String s)
s - The String representation of the enum.public String toString()
toString in class Enum<AWSDeviceFarmUploadType>Copyright © 2004-2015. All Rights Reserved.