public static enum BaseStepData.StepExecutionStatus extends Enum<BaseStepData.StepExecutionStatus>
| 枚举常量和说明 |
|---|
STATUS_DISPOSED
The status disposed.
|
STATUS_EMPTY
The status empty.
|
STATUS_FINISHED
The status finished.
|
STATUS_HALTED
The status halted.
|
STATUS_HALTING
The status halting.
|
STATUS_IDLE
The status idle.
|
STATUS_INIT
The status init.
|
STATUS_PAUSED
The status paused.
|
STATUS_RUNNING
The status running.
|
STATUS_STOPPED
The status stopped.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription()
Gets the description.
|
String |
toString() |
static BaseStepData.StepExecutionStatus |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BaseStepData.StepExecutionStatus[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final BaseStepData.StepExecutionStatus STATUS_EMPTY
public static final BaseStepData.StepExecutionStatus STATUS_INIT
public static final BaseStepData.StepExecutionStatus STATUS_RUNNING
public static final BaseStepData.StepExecutionStatus STATUS_IDLE
public static final BaseStepData.StepExecutionStatus STATUS_FINISHED
public static final BaseStepData.StepExecutionStatus STATUS_STOPPED
public static final BaseStepData.StepExecutionStatus STATUS_DISPOSED
public static final BaseStepData.StepExecutionStatus STATUS_HALTED
public static final BaseStepData.StepExecutionStatus STATUS_PAUSED
public static final BaseStepData.StepExecutionStatus STATUS_HALTING
public static BaseStepData.StepExecutionStatus[] values()
for (BaseStepData.StepExecutionStatus c : BaseStepData.StepExecutionStatus.values()) System.out.println(c);
public static BaseStepData.StepExecutionStatus valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getDescription()
public String toString()
toString 在类中 Enum<BaseStepData.StepExecutionStatus>Copyright © 2024 Hitachi Vantara. All rights reserved.