public enum StepExecutionState extends java.lang.Enum<StepExecutionState>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static StepExecutionState |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static StepExecutionState |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static StepExecutionState[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final StepExecutionState PENDING
public static final StepExecutionState RUNNING
public static final StepExecutionState CONTINUE
public static final StepExecutionState COMPLETED
public static final StepExecutionState CANCELLED
public static final StepExecutionState FAILED
public static final StepExecutionState INTERRUPTED
public static StepExecutionState[] values()
for(StepExecutionState c: StepExecutionState.values()) System.out.println(c);
public static StepExecutionState valueOf(java.lang.String name)
name - 返される列挙型定数の名前java.lang.IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合java.lang.NullPointerException - 引数がnullの場合public java.lang.String toString()
toString クラス内 java.lang.Enum<StepExecutionState>public static StepExecutionState fromValue(java.lang.String value)
value - real value