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