public static class CaseExecutionState.CaseExecutionStateImpl extends Object implements CaseExecutionState
CaseExecutionState.CaseExecutionStateImpl
Modifier and Type | Field and Description |
---|---|
protected String |
name |
int |
stateCode |
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 and Description |
---|
CaseExecutionStateImpl(int stateCode,
String string) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getStateCode() |
static CaseExecutionState |
getStateForCode(Integer stateCode) |
int |
hashCode() |
String |
toString() |
public final int stateCode
protected final String name
public CaseExecutionStateImpl(int stateCode, String string)
public static CaseExecutionState getStateForCode(Integer stateCode)
public int getStateCode()
getStateCode
in interface CaseExecutionState
Copyright © 2020. All rights reserved.