@Deprecated public enum FormFieldType extends java.lang.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 |
---|---|
java.lang.String |
getConstraintType()
Deprecated.
|
static FormFieldType |
getFormFieldType(java.lang.String type)
Deprecated.
|
java.lang.String |
getResourceSuperType()
Deprecated.
|
java.lang.String |
getResourceType()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
static FormFieldType |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<FormFieldType>
public java.lang.String getResourceType()
public java.lang.String getResourceSuperType()
public java.lang.String getConstraintType()
public static FormFieldType getFormFieldType(java.lang.String type)
Copyright © 2010 - 2023 Adobe. All Rights Reserved