org.camunda.bpm.engine.impl.cmmn.execution
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
stateCode
public final int stateCode
name
protected final String name
CaseExecutionState.CaseExecutionStateImpl
public CaseExecutionState.CaseExecutionStateImpl(int stateCode,
String string)
getStateCode
public int getStateCode()
- Specified by:
getStateCode in interface CaseExecutionState
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 camunda services GmbH. All Rights Reserved.