public static enum FormServiceBase.FormType extends Enum<FormServiceBase.FormType>
| Enum Constant and Description |
|---|
ANY |
FORM_MODELLER_TYPE |
FORM_TYPE |
FREE_MARKER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static FormServiceBase.FormType |
fromName(String name) |
String |
getContentType() |
String |
getName() |
static FormServiceBase.FormType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormServiceBase.FormType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormServiceBase.FormType FORM_MODELLER_TYPE
public static final FormServiceBase.FormType FORM_TYPE
public static final FormServiceBase.FormType FREE_MARKER_TYPE
public static final FormServiceBase.FormType ANY
public static FormServiceBase.FormType[] values()
for (FormServiceBase.FormType c : FormServiceBase.FormType.values()) System.out.println(c);
public static FormServiceBase.FormType 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 nullpublic String getName()
public String getContentType()
public static FormServiceBase.FormType fromName(String name)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.