public static enum AjaxWizard.Mode extends Enum<AjaxWizard.Mode>
| Enum Constant and Description |
|---|
CREATE |
EDIT |
EDIT_APPROVAL |
READONLY |
TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
static AjaxWizard.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AjaxWizard.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AjaxWizard.Mode CREATE
public static final AjaxWizard.Mode EDIT
public static final AjaxWizard.Mode TEMPLATE
public static final AjaxWizard.Mode READONLY
public static final AjaxWizard.Mode EDIT_APPROVAL
public static AjaxWizard.Mode[] values()
for (AjaxWizard.Mode c : AjaxWizard.Mode.values()) System.out.println(c);
public static AjaxWizard.Mode 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 © 2020–2023. All rights reserved.