Package org.camunda.bpm.engine.history
Class JobState.JobStateImpl
- java.lang.Object
-
- org.camunda.bpm.engine.history.JobState.JobStateImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.history.JobState
JobState.JobStateImpl
-
-
Constructor Summary
Constructors Constructor Description JobStateImpl(int stateCode, String string)
-
-
-
Field Detail
-
stateCode
public final int stateCode
-
name
protected final String name
-
-
Constructor Detail
-
JobStateImpl
public JobStateImpl(int stateCode, String string)
-
-
Method Detail
-
getStateCode
public int getStateCode()
- Specified by:
getStateCode
in interfaceJobState
-
-