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 java.lang.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 Modifier and Type Field Description protected java.lang.String
name
int
stateCode
-
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
Constructors Constructor Description CaseExecutionStateImpl(int stateCode, java.lang.String string)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getStateCode()
static CaseExecutionState
getStateForCode(java.lang.Integer stateCode)
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getStateForCode
public static CaseExecutionState getStateForCode(java.lang.Integer stateCode)
-
getStateCode
public int getStateCode()
- Specified by:
getStateCode
in interfaceCaseExecutionState
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-