public enum LiteFlowMethodEnum extends Enum<LiteFlowMethodEnum>
| Enum Constant and Description |
|---|
AFTER_PROCESS |
BEFORE_PROCESS |
GET_DISPLAY_NAME |
GET_NODE_EXECUTOR_CLASS |
IS_ACCESS |
IS_CONTINUE_ON_ERROR |
IS_END |
ON_ERROR |
ON_SUCCESS |
PROCESS |
PROCESS_BOOLEAN |
PROCESS_FOR |
PROCESS_ITERATOR |
PROCESS_SWITCH |
ROLLBACK |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
boolean |
isMainMethod() |
void |
setMainMethod(boolean mainMethod) |
void |
setMethodName(String methodName) |
static LiteFlowMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiteFlowMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiteFlowMethodEnum PROCESS
public static final LiteFlowMethodEnum PROCESS_SWITCH
public static final LiteFlowMethodEnum PROCESS_BOOLEAN
public static final LiteFlowMethodEnum PROCESS_FOR
public static final LiteFlowMethodEnum PROCESS_ITERATOR
public static final LiteFlowMethodEnum IS_ACCESS
public static final LiteFlowMethodEnum IS_END
public static final LiteFlowMethodEnum IS_CONTINUE_ON_ERROR
public static final LiteFlowMethodEnum GET_NODE_EXECUTOR_CLASS
public static final LiteFlowMethodEnum ON_SUCCESS
public static final LiteFlowMethodEnum ON_ERROR
public static final LiteFlowMethodEnum BEFORE_PROCESS
public static final LiteFlowMethodEnum AFTER_PROCESS
public static final LiteFlowMethodEnum GET_DISPLAY_NAME
public static final LiteFlowMethodEnum ROLLBACK
public static LiteFlowMethodEnum[] values()
for (LiteFlowMethodEnum c : LiteFlowMethodEnum.values()) System.out.println(c);
public static LiteFlowMethodEnum 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 getMethodName()
public void setMethodName(String methodName)
public boolean isMainMethod()
public void setMainMethod(boolean mainMethod)
Copyright © 2025. All rights reserved.