|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<BaseStepData.StepExecutionStatus> org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus
public static enum BaseStepData.StepExecutionStatus
The Enum StepExecutionStatus.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String getDescription()
public String toString()
toString
in class Enum<BaseStepData.StepExecutionStatus>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |