public static enum CommandExecutorCodes.Pan extends Enum<CommandExecutorCodes.Pan>
| 枚举常量和说明 |
|---|
CMD_LINE_PRINT |
COULD_NOT_LOAD_TRANS |
ERROR_LOADING_STEPS_PLUGINS |
ERRORS_DURING_PROCESSING |
KETTLE_VERSION_PRINT |
SUCCESS |
UNABLE_TO_PREP_INIT_TRANS |
UNEXPECTED_ERROR |
| 限定符和类型 | 方法和说明 |
|---|---|
static CommandExecutorCodes.Pan |
getByCode(int code) |
int |
getCode() |
String |
getDescription() |
static boolean |
isFailedExecution(int code) |
void |
setCode(int code) |
void |
setDescription(String description) |
static CommandExecutorCodes.Pan |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CommandExecutorCodes.Pan[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CommandExecutorCodes.Pan SUCCESS
public static final CommandExecutorCodes.Pan ERRORS_DURING_PROCESSING
public static final CommandExecutorCodes.Pan UNEXPECTED_ERROR
public static final CommandExecutorCodes.Pan UNABLE_TO_PREP_INIT_TRANS
public static final CommandExecutorCodes.Pan KETTLE_VERSION_PRINT
public static final CommandExecutorCodes.Pan COULD_NOT_LOAD_TRANS
public static final CommandExecutorCodes.Pan ERROR_LOADING_STEPS_PLUGINS
public static final CommandExecutorCodes.Pan CMD_LINE_PRINT
public static CommandExecutorCodes.Pan[] values()
for (CommandExecutorCodes.Pan c : CommandExecutorCodes.Pan.values()) System.out.println(c);
public static CommandExecutorCodes.Pan valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public int getCode()
public void setCode(int code)
public String getDescription()
public void setDescription(String description)
public static CommandExecutorCodes.Pan getByCode(int code)
public static boolean isFailedExecution(int code)
Copyright © 2024 Hitachi Vantara. All rights reserved.