@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TaskTemplateFieldType extends Enum<TaskTemplateFieldType>
Enum Constant and Description |
---|
BOOLEAN |
DATE_TIME |
DESCRIPTION |
EMAIL |
NAME |
NUMBER |
QUICK_CONNECT |
SCHEDULED_TIME |
SINGLE_SELECT |
TEXT |
TEXT_AREA |
URL |
Modifier and Type | Method and Description |
---|---|
static TaskTemplateFieldType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TaskTemplateFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskTemplateFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskTemplateFieldType NAME
public static final TaskTemplateFieldType DESCRIPTION
public static final TaskTemplateFieldType SCHEDULED_TIME
public static final TaskTemplateFieldType QUICK_CONNECT
public static final TaskTemplateFieldType URL
public static final TaskTemplateFieldType NUMBER
public static final TaskTemplateFieldType TEXT
public static final TaskTemplateFieldType TEXT_AREA
public static final TaskTemplateFieldType DATE_TIME
public static final TaskTemplateFieldType BOOLEAN
public static final TaskTemplateFieldType SINGLE_SELECT
public static final TaskTemplateFieldType EMAIL
public static TaskTemplateFieldType[] values()
for (TaskTemplateFieldType c : TaskTemplateFieldType.values()) System.out.println(c);
public static TaskTemplateFieldType 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<TaskTemplateFieldType>
public static TaskTemplateFieldType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.