public enum EsbFlowType extends Enum<EsbFlowType> implements Enumstype
| 枚举常量和说明 |
|---|
clusterAction |
comet |
command |
expression |
function |
listener |
localAction |
msgRepeat |
remoteAction |
| 限定符和类型 | 方法和说明 |
|---|---|
static EsbFlowType |
fromMethod(String method) |
static EsbFlowType |
fromType(String method) |
String |
getName() |
String |
getType() |
void |
setName(String name) |
String |
toString() |
static EsbFlowType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EsbFlowType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final EsbFlowType msgRepeat
public static final EsbFlowType comet
public static final EsbFlowType function
public static final EsbFlowType localAction
public static final EsbFlowType expression
public static final EsbFlowType remoteAction
public static final EsbFlowType clusterAction
public static final EsbFlowType command
public static final EsbFlowType listener
public static EsbFlowType[] values()
for (EsbFlowType c : EsbFlowType.values()) System.out.println(c);
public static EsbFlowType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public void setName(String name)
public String toString()
toString 在类中 Enum<EsbFlowType>public static EsbFlowType fromMethod(String method)
public static EsbFlowType fromType(String method)
Copyright © 2023 onecode. All rights reserved.