Package org.camunda.bpm.engine.history
Class IncidentState.IncidentStateImpl
- java.lang.Object
-
- org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
-
- All Implemented Interfaces:
IncidentState
- Enclosing interface:
- IncidentState
public static class IncidentState.IncidentStateImpl extends Object implements IncidentState
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.history.IncidentState
IncidentState.IncidentStateImpl
-
-
Constructor Summary
Constructors Constructor Description IncidentStateImpl(int suspensionCode, String string)
-
-
-
Field Detail
-
stateCode
public final int stateCode
-
name
protected final String name
-
-
Constructor Detail
-
IncidentStateImpl
public IncidentStateImpl(int suspensionCode, String string)
-
-
Method Detail
-
getStateCode
public int getStateCode()
- Specified by:
getStateCode
in interfaceIncidentState
-
-