| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<WorkflowLogEntryType> |
WorkflowLogEntryType.VALUES
Deprecated.
A public read-only list of all the 'Workflow Log Entry Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowLogEntryType |
WorkflowLogEntryType.get(int value)
Deprecated.
Returns the 'Workflow Log Entry Type' literal with the specified integer value.
|
static WorkflowLogEntryType |
WorkflowLogEntryType.get(java.lang.String literal)
Deprecated.
Returns the 'Workflow Log Entry Type' literal with the specified literal value.
|
static WorkflowLogEntryType |
WorkflowLogEntryType.getByName(java.lang.String name)
Deprecated.
Returns the 'Workflow Log Entry Type' literal with the specified name.
|
WorkflowLogEntryType |
WorkflowContext.getLogLevel()
Deprecated.
Returns the value of the 'Log Level' attribute.
|
WorkflowLogEntryType |
WorkflowLog.getLogLevel()
Deprecated.
Returns the value of the 'Log Level' attribute.
|
WorkflowLogEntryType |
WorkflowLogEntry.getType()
Deprecated.
Returns the value of the 'Type' attribute.
|
static WorkflowLogEntryType |
WorkflowLogEntryType.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WorkflowLogEntryType[] |
WorkflowLogEntryType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowContext.setLogLevel(WorkflowLogEntryType value)
Deprecated.
Sets the value of the '
Log Level' attribute. |
void |
WorkflowLog.setLogLevel(WorkflowLogEntryType value)
Deprecated.
Sets the value of the '
Log Level' attribute. |
void |
WorkflowLogEntry.setType(WorkflowLogEntryType value)
Deprecated.
Sets the value of the '
Type' attribute. |