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