public static enum TemplateUnfolder.TemplateUnfoldOptions extends Enum<TemplateUnfolder.TemplateUnfoldOptions>
| Enum Constant and Description |
|---|
UNFOLD_ABSOLUTE_ASSETS |
UNFOLD_RELATIVE_ASSETS |
| Modifier and Type | Method and Description |
|---|---|
static TemplateUnfolder.TemplateUnfoldOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateUnfolder.TemplateUnfoldOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateUnfolder.TemplateUnfoldOptions UNFOLD_RELATIVE_ASSETS
public static final TemplateUnfolder.TemplateUnfoldOptions UNFOLD_ABSOLUTE_ASSETS
public static TemplateUnfolder.TemplateUnfoldOptions[] values()
for (TemplateUnfolder.TemplateUnfoldOptions c : TemplateUnfolder.TemplateUnfoldOptions.values()) System.out.println(c);
public static TemplateUnfolder.TemplateUnfoldOptions 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved