public static enum InboxWorkflowServlet.EAction extends Enum<InboxWorkflowServlet.EAction>
Enum Constant and Description |
---|
CHANGE_STATUS |
DATA |
FORCE_STATUS |
RETRIGGER |
Modifier and Type | Method and Description |
---|---|
static InboxWorkflowServlet.EAction |
findByActionParam(String actionParam) |
String |
getActionParam() |
boolean |
isCorrection() |
static InboxWorkflowServlet.EAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboxWorkflowServlet.EAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InboxWorkflowServlet.EAction CHANGE_STATUS
public static final InboxWorkflowServlet.EAction FORCE_STATUS
public static final InboxWorkflowServlet.EAction DATA
public static final InboxWorkflowServlet.EAction RETRIGGER
public static InboxWorkflowServlet.EAction[] values()
for (InboxWorkflowServlet.EAction c : InboxWorkflowServlet.EAction.values()) System.out.println(c);
public static InboxWorkflowServlet.EAction 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 boolean isCorrection()
public String getActionParam()
public static InboxWorkflowServlet.EAction findByActionParam(String actionParam)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.