public static enum CustomFieldConfigBean.FormType extends Enum<CustomFieldConfigBean.FormType>
| Enum Constant and Description |
|---|
CHECKBOX_RADIO |
SELECT |
| Modifier and Type | Method and Description |
|---|---|
static CustomFieldConfigBean.FormType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomFieldConfigBean.FormType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomFieldConfigBean.FormType SELECT
public static final CustomFieldConfigBean.FormType CHECKBOX_RADIO
public static CustomFieldConfigBean.FormType[] values()
for (CustomFieldConfigBean.FormType c : CustomFieldConfigBean.FormType.values()) System.out.println(c);
public static CustomFieldConfigBean.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 nullCopyright © 2024 Atlassian. All rights reserved.