@Deprecated public enum FormFieldType extends Enum<FormFieldType>
| Enum Constant and Description |
|---|
CHECKBOX
Deprecated.
|
DATE_FIELD
Deprecated.
|
EMAIL_FIELD
Deprecated.
|
NUMERIC
Deprecated.
|
TEXT_FIELD
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConstraintType()
Deprecated.
|
static FormFieldType |
getFormFieldType(String type)
Deprecated.
|
String |
getResourceSuperType()
Deprecated.
|
String |
getResourceType()
Deprecated.
|
String |
toString()
Deprecated.
|
static FormFieldType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FormFieldType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormFieldType EMAIL_FIELD
public static final FormFieldType TEXT_FIELD
public static final FormFieldType DATE_FIELD
public static final FormFieldType NUMERIC
public static final FormFieldType CHECKBOX
public static FormFieldType[] values()
for (FormFieldType c : FormFieldType.values()) System.out.println(c);
public static FormFieldType 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<FormFieldType>public String getResourceType()
public String getResourceSuperType()
public String getConstraintType()
public static FormFieldType getFormFieldType(String type)
Copyright © 2010 - 2020 Adobe. All Rights Reserved