Package org.pentaho.di.trans.step
Enum Class BaseStepData.StepExecutionStatus
java.lang.Object
java.lang.Enum<BaseStepData.StepExecutionStatus>
org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus
- All Implemented Interfaces:
- Serializable,- Comparable<BaseStepData.StepExecutionStatus>,- Constable
- Enclosing class:
- BaseStepData
The Enum StepExecutionStatus.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe status disposed.The status empty.The status finished.The status halted.The status halting.The status idle.The status init.The status paused.The status running.The status stopped.
- 
Method SummaryModifier and TypeMethodDescriptionGets the description.toString()Returns the enum constant of this class with the specified name.static BaseStepData.StepExecutionStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
STATUS_EMPTYThe status empty.
- 
STATUS_INITThe status init.
- 
STATUS_RUNNINGThe status running.
- 
STATUS_IDLEThe status idle.
- 
STATUS_FINISHEDThe status finished.
- 
STATUS_STOPPEDThe status stopped.
- 
STATUS_DISPOSEDThe status disposed.
- 
STATUS_HALTEDThe status halted.
- 
STATUS_PAUSEDThe status paused.
- 
STATUS_HALTINGThe status halting.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getDescriptionGets the description.- Returns:
- the description
 
- 
toString- Overrides:
- toStringin class- Enum<BaseStepData.StepExecutionStatus>
 
 
-