| 修飾子とタイプ | メソッドと説明 |
|---|---|
static EventType |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static EventType |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static EventType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final EventType WorkflowExecutionStarted
public static final EventType WorkflowExecutionCancelRequested
public static final EventType WorkflowExecutionCompleted
public static final EventType CompleteWorkflowExecutionFailed
public static final EventType WorkflowExecutionFailed
public static final EventType FailWorkflowExecutionFailed
public static final EventType WorkflowExecutionTimedOut
public static final EventType WorkflowExecutionCanceled
public static final EventType CancelWorkflowExecutionFailed
public static final EventType WorkflowExecutionContinuedAsNew
public static final EventType ContinueAsNewWorkflowExecutionFailed
public static final EventType WorkflowExecutionTerminated
public static final EventType DecisionTaskScheduled
public static final EventType DecisionTaskStarted
public static final EventType DecisionTaskCompleted
public static final EventType DecisionTaskTimedOut
public static final EventType ActivityTaskScheduled
public static final EventType ScheduleActivityTaskFailed
public static final EventType ActivityTaskStarted
public static final EventType ActivityTaskCompleted
public static final EventType ActivityTaskFailed
public static final EventType ActivityTaskTimedOut
public static final EventType ActivityTaskCanceled
public static final EventType ActivityTaskCancelRequested
public static final EventType RequestCancelActivityTaskFailed
public static final EventType WorkflowExecutionSignaled
public static final EventType MarkerRecorded
public static final EventType RecordMarkerFailed
public static final EventType TimerStarted
public static final EventType StartTimerFailed
public static final EventType TimerFired
public static final EventType TimerCanceled
public static final EventType CancelTimerFailed
public static final EventType StartChildWorkflowExecutionInitiated
public static final EventType StartChildWorkflowExecutionFailed
public static final EventType ChildWorkflowExecutionStarted
public static final EventType ChildWorkflowExecutionCompleted
public static final EventType ChildWorkflowExecutionFailed
public static final EventType ChildWorkflowExecutionTimedOut
public static final EventType ChildWorkflowExecutionCanceled
public static final EventType ChildWorkflowExecutionTerminated
public static final EventType SignalExternalWorkflowExecutionInitiated
public static final EventType SignalExternalWorkflowExecutionFailed
public static final EventType ExternalWorkflowExecutionSignaled
public static final EventType RequestCancelExternalWorkflowExecutionInitiated
public static final EventType RequestCancelExternalWorkflowExecutionFailed
public static final EventType ExternalWorkflowExecutionCancelRequested
public static EventType[] values()
for(EventType c: EventType.values()) System.out.println(c);
public static EventType valueOf(java.lang.String name)
name - 返される列挙型定数の名前java.lang.IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合java.lang.NullPointerException - 引数がnullの場合public java.lang.String toString()
toString クラス内 java.lang.Enum<EventType>public static EventType fromValue(java.lang.String value)
value - real value