public static enum FormUtils.LayerType extends Enum<FormUtils.LayerType>
| Enum Constant and Description |
|---|
eNotSet |
ePrintAndView |
ePrintOnly |
eViewOnly |
| Modifier and Type | Method and Description |
|---|---|
static FormUtils.LayerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormUtils.LayerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormUtils.LayerType ePrintAndView
public static final FormUtils.LayerType ePrintOnly
public static final FormUtils.LayerType eViewOnly
public static final FormUtils.LayerType eNotSet
public static FormUtils.LayerType[] values()
for (FormUtils.LayerType c : FormUtils.LayerType.values()) System.out.println(c);
public static FormUtils.LayerType 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