Enum FormsAssetType
- java.lang.Object
-
- java.lang.Enum<FormsAssetType>
-
- com.adobe.forms.foundation.service.FormsAssetType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<FormsAssetType>
public enum FormsAssetType extends java.lang.Enum<FormsAssetType>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRootPath()java.lang.StringgetTagsProperty()java.lang.StringgetTitleProperty()static FormsAssetTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FormsAssetType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ADAPTIVE_DOCUMENT
public static final FormsAssetType ADAPTIVE_DOCUMENT
-
ADAPTIVE_FORM
public static final FormsAssetType ADAPTIVE_FORM
-
ADAPTIVE_FORM_FRAGMENT
public static final FormsAssetType ADAPTIVE_FORM_FRAGMENT
-
CONDITION
public static final FormsAssetType CONDITION
-
DATA_DICTIONARY
public static final FormsAssetType DATA_DICTIONARY
-
FORMSET
public static final FormsAssetType FORMSET
-
FRAGMENT_LAYOUT
public static final FormsAssetType FRAGMENT_LAYOUT
-
LETTER_LAYOUT
public static final FormsAssetType LETTER_LAYOUT
-
FM_RESOURCE
public static final FormsAssetType FM_RESOURCE
-
LETTER
public static final FormsAssetType LETTER
-
LETTER_INSTANCE
public static final FormsAssetType LETTER_INSTANCE
-
LIST
public static final FormsAssetType LIST
-
CONTENT
public static final FormsAssetType CONTENT
-
IMAGE
public static final FormsAssetType IMAGE
-
CATEGORY
public static final FormsAssetType CATEGORY
-
PDF
public static final FormsAssetType PDF
-
THEME
public static final FormsAssetType THEME
-
TEXT
public static final FormsAssetType TEXT
-
XDP
public static final FormsAssetType XDP
-
EXTERNAL
public static final FormsAssetType EXTERNAL
-
FOLDER
public static final FormsAssetType FOLDER
-
PRINT_FORM
public static final FormsAssetType PRINT_FORM
-
ADAPTIVE_FORM_TEMPLATE
public static final FormsAssetType ADAPTIVE_FORM_TEMPLATE
-
WCM_CONTENT_POLICY
public static final FormsAssetType WCM_CONTENT_POLICY
-
CQ_PAGE
public static final FormsAssetType CQ_PAGE
-
DAM_IMAGE
public static final FormsAssetType DAM_IMAGE
-
DAM_DOCUMENT
public static final FormsAssetType DAM_DOCUMENT
-
FORMDATAMODEL
public static final FormsAssetType FORMDATAMODEL
-
MCDOCUMENT
public static final FormsAssetType MCDOCUMENT
-
ADAPTIVE_DOCUMENT_TEMPLATE
public static final FormsAssetType ADAPTIVE_DOCUMENT_TEMPLATE
-
-
Method Detail
-
values
public static FormsAssetType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FormsAssetType c : FormsAssetType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FormsAssetType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getTagsProperty
public java.lang.String getTagsProperty()
-
getTitleProperty
public java.lang.String getTitleProperty()
-
getRootPath
public java.lang.String getRootPath()
-
-