Uses of Class
org.eclipse.emf.mwe.ewm.workflow.runtime.WorkflowLogEntryType

Packages that use WorkflowLogEntryType
org.eclipse.emf.mwe.ewm.workflow.runtime   
org.eclipse.emf.mwe.ewm.workflow.runtime.validation   
 

Uses of WorkflowLogEntryType in org.eclipse.emf.mwe.ewm.workflow.runtime
 

Fields in org.eclipse.emf.mwe.ewm.workflow.runtime declared as WorkflowLogEntryType
protected static WorkflowLogEntryType WorkflowContext.LOG_LEVEL_EDEFAULT
          The default value of the 'Log Level' attribute.
protected static WorkflowLogEntryType WorkflowLog.LOG_LEVEL_EDEFAULT
          The default value of the 'Log Level' attribute.
protected  WorkflowLogEntryType WorkflowContext.logLevel
          The cached value of the 'Log Level' attribute.
protected  WorkflowLogEntryType WorkflowLog.logLevel
          The cached value of the 'Log Level' attribute.
protected  WorkflowLogEntryType WorkflowLogEntry.type
          The cached value of the 'Type' attribute.
protected static WorkflowLogEntryType WorkflowLogEntry.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

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

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime that return WorkflowLogEntryType
 WorkflowLogEntryType RuntimeFactory.createWorkflowLogEntryTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static WorkflowLogEntryType WorkflowLogEntryType.get(int value)
          Returns the 'Workflow Log Entry Type' literal with the specified integer value.
static WorkflowLogEntryType WorkflowLogEntryType.get(java.lang.String literal)
          Returns the 'Workflow Log Entry Type' literal with the specified literal value.
static WorkflowLogEntryType WorkflowLogEntryType.getByName(java.lang.String name)
          Returns the 'Workflow Log Entry Type' literal with the specified name.
 WorkflowLogEntryType WorkflowContext.getLogLevel()
          Returns the value of the 'Log Level' attribute.
 WorkflowLogEntryType WorkflowLog.getLogLevel()
          Returns the value of the 'Log Level' attribute.
 WorkflowLogEntryType WorkflowLogEntry.getType()
          Returns the value of the 'Type' attribute.
static WorkflowLogEntryType WorkflowLogEntryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkflowLogEntryType[] WorkflowLogEntryType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime with parameters of type WorkflowLogEntryType
 void WorkflowContext.setLogLevel(WorkflowLogEntryType newLogLevel)
          Sets the value of the 'Log Level' attribute.
 void WorkflowLog.setLogLevel(WorkflowLogEntryType newLogLevel)
          Sets the value of the 'Log Level' attribute.
 void WorkflowLogEntry.setType(WorkflowLogEntryType newType)
          Sets the value of the 'Type' attribute.
 

Uses of WorkflowLogEntryType in org.eclipse.emf.mwe.ewm.workflow.runtime.validation
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime.validation with parameters of type WorkflowLogEntryType
 boolean WorkflowContextValidator.validateLogLevel(WorkflowLogEntryType value)
           
 boolean WorkflowLogValidator.validateLogLevel(WorkflowLogEntryType value)
           
 boolean WorkflowLogEntryValidator.validateType(WorkflowLogEntryType value)