@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DeviceAttribute extends Enum<DeviceAttribute>
Enum Constant and Description |
---|
APPIUM_VERSION |
ARN |
FORM_FACTOR |
MANUFACTURER |
PLATFORM |
REMOTE_ACCESS_ENABLED |
REMOTE_DEBUG_ENABLED |
Modifier and Type | Method and Description |
---|---|
static DeviceAttribute |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DeviceAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceAttribute ARN
public static final DeviceAttribute PLATFORM
public static final DeviceAttribute FORM_FACTOR
public static final DeviceAttribute MANUFACTURER
public static final DeviceAttribute REMOTE_ACCESS_ENABLED
public static final DeviceAttribute REMOTE_DEBUG_ENABLED
public static final DeviceAttribute APPIUM_VERSION
public static DeviceAttribute[] values()
for (DeviceAttribute c : DeviceAttribute.values()) System.out.println(c);
public static DeviceAttribute 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 toString()
toString
in class Enum<DeviceAttribute>
public static DeviceAttribute fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.