| Package | Description |
|---|---|
| eu.vicci.process.model.sofia | |
| eu.vicci.process.model.sofia.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<HumanTaskType> |
HumanTaskType.VALUES
A public read-only list of all the 'Human Task Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanTaskType |
HumanTaskType.get(int value)
Returns the 'Human Task Type' literal with the specified integer value.
|
static HumanTaskType |
HumanTaskType.get(String literal)
Returns the 'Human Task Type' literal with the specified literal value.
|
static HumanTaskType |
HumanTaskType.getByName(String name)
Returns the 'Human Task Type' literal with the specified name.
|
HumanTaskType |
HumanTask.getHumanTaskType()
Returns the value of the 'Human Task Type' attribute.
|
static HumanTaskType |
HumanTaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanTaskType[] |
HumanTaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HumanTask.setHumanTaskType(HumanTaskType value)
Sets the value of the '
Human Task Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static HumanTaskType |
HumanTaskImpl.HUMAN_TASK_TYPE_EDEFAULT
The default value of the '
Human Task Type' attribute. |
protected HumanTaskType |
HumanTaskImpl.humanTaskType
The cached value of the '
Human Task Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
HumanTaskType |
SofiaFactoryImpl.createHumanTaskTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
HumanTaskType |
HumanTaskImpl.getHumanTaskType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HumanTaskImpl.setHumanTaskType(HumanTaskType newHumanTaskType) |
Copyright © 2018. All rights reserved.