Uses of Class
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.WorkflowLogEntryType

Packages that use WorkflowLogEntryType
org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime   
 

Uses of WorkflowLogEntryType in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
 

Fields in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime with type parameters of type WorkflowLogEntryType
static java.util.List<WorkflowLogEntryType> WorkflowLogEntryType.VALUES
          Deprecated. A public read-only list of all the 'Workflow Log Entry Type' enumerators.
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime that return WorkflowLogEntryType
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're declared.
 

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime with parameters of type WorkflowLogEntryType
 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.