| Package | Description |
|---|---|
| eu.vicci.process.model.sofiainstance | |
| eu.vicci.process.model.sofiainstance.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<ExecutionPermission> |
ExecutionPermission.VALUES
A public read-only list of all the 'Execution Permission' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionPermission |
ExecutionPermission.get(int value)
Returns the 'Execution Permission' literal with the specified integer value.
|
static ExecutionPermission |
ExecutionPermission.get(String literal)
Returns the 'Execution Permission' literal with the specified literal value.
|
static ExecutionPermission |
ExecutionPermission.getByName(String name)
Returns the 'Execution Permission' literal with the specified name.
|
ExecutionPermission |
ProcessStepInstance.getPermission()
Returns the value of the 'Permission' attribute.
|
ExecutionPermission |
Configuration.getPermission()
Returns the value of the 'Permission' attribute.
|
static ExecutionPermission |
ExecutionPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionPermission[] |
ExecutionPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStepInstance.setPermission(ExecutionPermission value)
Sets the value of the '
Permission' attribute. |
void |
Configuration.setPermission(ExecutionPermission value)
Sets the value of the '
Permission' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionPermission |
ConfigurationImpl.permission
The cached value of the '
Permission' attribute. |
protected ExecutionPermission |
ProcessStepInstanceImpl.permission
The cached value of the '
Permission' attribute. |
protected static ExecutionPermission |
ConfigurationImpl.PERMISSION_EDEFAULT
The default value of the '
Permission' attribute. |
protected static ExecutionPermission |
ProcessStepInstanceImpl.PERMISSION_EDEFAULT
The default value of the '
Permission' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPermission |
SofiaInstanceFactoryImpl.createExecutionPermissionFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ExecutionPermission |
ConfigurationImpl.getPermission() |
ExecutionPermission |
ProcessStepInstanceImpl.getPermission() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationImpl.setPermission(ExecutionPermission newPermission) |
void |
ProcessStepInstanceImpl.setPermission(ExecutionPermission newPermission) |
Copyright © 2018. All rights reserved.