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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
CaseExecutionState.CaseExecutionStateImpl
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
ACTIVE, AVAILABLE, CASE_EXECUTION_STATES, CLOSED, COMPLETED, DISABLED, ENABLED, FAILED, NEW, SUSPENDED, SUSPENDING_ON_PARENT_SUSPENSION, SUSPENDING_ON_SUSPENSION, TERMINATED, TERMINATING_ON_EXIT, TERMINATING_ON_PARENT_TERMINATION, TERMINATING_ON_TERMINATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
static CaseExecutionState
getStateForCode
(Integer stateCode) int
hashCode()
toString()
-
Field Details
-
stateCode
public final int stateCode -
name
-
-
Constructor Details
-
CaseExecutionStateImpl
-
-
Method Details
-
getStateForCode
-
getStateCode
public int getStateCode()- Specified by:
getStateCode
in interfaceCaseExecutionState
-
hashCode
public int hashCode() -
equals
-
toString
-