org.camunda.bpm.engine.impl.cmmn.execution
Class CaseExecutionState.CaseExecutionStateImpl

java.lang.Object
  extended by 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
protected  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
CaseExecutionState.CaseExecutionStateImpl(int stateCode, String string)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getStateCode()
           
static CaseExecutionState getStateForCode(Integer stateCode)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

stateCode

public final int stateCode

name

protected final String name
Constructor Detail

CaseExecutionState.CaseExecutionStateImpl

public CaseExecutionState.CaseExecutionStateImpl(int stateCode,
                                                 String string)
Method Detail

getStateForCode

public static CaseExecutionState getStateForCode(Integer stateCode)

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 © 2016 camunda services GmbH. All rights reserved.