| Package | Description |
|---|---|
| eu.vicci.process.model.sofiainstance | |
| eu.vicci.process.model.sofiainstance.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<CpsState> |
CpsState.VALUES
A public read-only list of all the 'Cps State' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static CpsState |
CpsState.get(int value)
Returns the 'Cps State' literal with the specified integer value.
|
static CpsState |
CpsState.get(String literal)
Returns the 'Cps State' literal with the specified literal value.
|
static CpsState |
CpsState.getByName(String name)
Returns the 'Cps State' literal with the specified name.
|
CpsState |
Stateful.getCpsExecutionState()
Returns the value of the 'Cps Execution State' attribute.
|
static CpsState |
CpsState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CpsState[] |
CpsState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stateful.setCpsExecutionState(CpsState value)
Sets the value of the '
Cps Execution State' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static CpsState |
ProcessStepInstanceImpl.CPS_EXECUTION_STATE_EDEFAULT
The default value of the '
Cps Execution State' attribute. |
protected static CpsState |
PortInstanceImpl.CPS_EXECUTION_STATE_EDEFAULT
The default value of the '
Cps Execution State' attribute. |
protected CpsState |
ProcessStepInstanceImpl.cpsExecutionState
The cached value of the '
Cps Execution State' attribute. |
protected CpsState |
PortInstanceImpl.cpsExecutionState
The cached value of the '
Cps Execution State' attribute. |
| Modifier and Type | Method and Description |
|---|---|
CpsState |
SofiaInstanceFactoryImpl.createCpsStateFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
CpsState |
ProcessStepInstanceImpl.getCpsExecutionState() |
CpsState |
PortInstanceImpl.getCpsExecutionState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStepInstanceImpl.setCpsExecutionState(CpsState newCpsExecutionState) |
void |
PortInstanceImpl.setCpsExecutionState(CpsState newCpsExecutionState) |
Copyright © 2018. All rights reserved.