| Package | Description |
|---|---|
| org.eclipse.modisco.workflow.modiscoworkflow |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<Direction> |
Direction.VALUES
A public read-only list of all the 'Direction'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.get(int value)
Returns the 'Direction' literal with the specified
integer value.
|
static Direction |
Direction.get(java.lang.String literal)
Returns the 'Direction' literal with the specified
literal value.
|
static Direction |
Direction.getByName(java.lang.String name)
Returns the 'Direction' literal with the specified name.
|
Direction |
WorkParameter.getDirection()
Returns the value of the 'Direction' attribute.
|
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkParameter.setDirection(Direction value)
Sets the value of the '
Direction' attribute. |