public enum AfterOpt extends Enum<AfterOpt> implements BaseEnum
BaseEnum.Cache| Enum Constant and Description |
|---|
No
操作
|
Order_Must_Restart
顺序执行项目分发
|
Order_Restart
顺序执行项目分发
|
Restart
并发执行项目分发
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
枚举的code
|
String |
getDesc()
枚举的描述
|
static AfterOpt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AfterOpt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDescByCode, getEnum, getEnum, getMap, toJSONArray, toJSONObjectpublic static final AfterOpt No
public static final AfterOpt Restart
public static final AfterOpt Order_Must_Restart
public static final AfterOpt Order_Restart
public static AfterOpt[] values()
for (AfterOpt c : AfterOpt.values()) System.out.println(c);
public static AfterOpt 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 int getCode()
BaseEnumCopyright © 2017–2022. All rights reserved.