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