Class CaseExecutionState.CaseExecutionStateImpl

java.lang.Object
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
All Implemented Interfaces:
CaseExecutionState
Enclosing interface:
CaseExecutionState

public static class CaseExecutionState.CaseExecutionStateImpl extends Object implements CaseExecutionState
  • Field Details

    • stateCode

      public final int stateCode
    • name

      protected final String name
  • Constructor Details

    • CaseExecutionStateImpl

      public CaseExecutionStateImpl(int stateCode, String string)
  • Method Details