public static enum BaseStepData.StepExecutionStatus extends Enum<BaseStepData.StepExecutionStatus>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
toString() |
static BaseStepData.StepExecutionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseStepData.StepExecutionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- 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 String getDescription()
public String toString()
toString
in class Enum<BaseStepData.StepExecutionStatus>
Copyright © 2018 Hitachi Vantara. All rights reserved.