protected static enum Dispatcher.ExecutionType extends Enum<Dispatcher.ExecutionType>
| 枚举常量和说明 |
|---|
RECOVERY |
SUBMISSION |
public static final Dispatcher.ExecutionType SUBMISSION
public static final Dispatcher.ExecutionType RECOVERY
public static Dispatcher.ExecutionType[] values()
for (Dispatcher.ExecutionType c : Dispatcher.ExecutionType.values()) System.out.println(c);
public static Dispatcher.ExecutionType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.