public static enum ActionResult.TYPE extends Enum<ActionResult.TYPE>
| Enum Constant and Description |
|---|
TYPE_CANCEL |
TYPE_ERROR |
TYPE_OUTCOME |
TYPE_PAGE |
TYPE_SUBMISSION_PAGE |
| Modifier and Type | Method and Description |
|---|---|
static ActionResult.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionResult.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionResult.TYPE TYPE_OUTCOME
public static final ActionResult.TYPE TYPE_PAGE
public static final ActionResult.TYPE TYPE_ERROR
public static final ActionResult.TYPE TYPE_CANCEL
public static final ActionResult.TYPE TYPE_SUBMISSION_PAGE
public static ActionResult.TYPE[] values()
for (ActionResult.TYPE c : ActionResult.TYPE.values()) System.out.println(c);
public static ActionResult.TYPE 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 © 2022 LYRASIS. All rights reserved.