public static enum FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType extends Enum<FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType>
| 枚举常量和说明 |
|---|
NONE
无参数
|
ONLY_PROCESS_RESULT
只有处理结果参数
|
ONLY_TARGET_CONTEXT
只有目标上下文
|
PROCESS_RESULT_AND_TARGET_CONTEXT
处理结果和目标上下文都有
|
| 限定符和类型 | 方法和说明 |
|---|---|
static FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType NONE
public static final FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType ONLY_PROCESS_RESULT
public static final FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType ONLY_TARGET_CONTEXT
public static final FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType PROCESS_RESULT_AND_TARGET_CONTEXT
public static FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType[] values()
for (FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType c : FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType.values()) System.out.println(c);
public static FlowExecutor.NodeExecutor.NodeDeciderExecutor.ParametersType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018 Pivotal Software, Inc.. All rights reserved.