コード例 #1
0
 public CaseExecutionState getPreviousState() {
   return CaseExecutionState.CASE_EXECUTION_STATES.get(getPrevious());
 }
コード例 #2
0
 public CaseExecutionState getCurrentState() {
   return CaseExecutionState.CASE_EXECUTION_STATES.get(getState());
 }