Uses of Class
org.eclipse.emf.mwe.ewm.workflow.WorkflowParameterDirection

Packages that use WorkflowParameterDirection
org.eclipse.emf.mwe.ewm.workflow   
 

Uses of WorkflowParameterDirection in org.eclipse.emf.mwe.ewm.workflow
 

Fields in org.eclipse.emf.mwe.ewm.workflow declared as WorkflowParameterDirection
protected  WorkflowParameterDirection WorkflowParameter.direction
          The cached value of the 'Direction' attribute.
protected static WorkflowParameterDirection WorkflowParameter.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute.
 

Fields in org.eclipse.emf.mwe.ewm.workflow with type parameters of type WorkflowParameterDirection
static java.util.List<WorkflowParameterDirection> WorkflowParameterDirection.VALUES
          A public read-only list of all the 'Parameter Direction' enumerators.
 

Methods in org.eclipse.emf.mwe.ewm.workflow that return WorkflowParameterDirection
 WorkflowParameterDirection WorkflowFactory.createWorkflowParameterDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static WorkflowParameterDirection WorkflowParameterDirection.get(int value)
          Returns the 'Parameter Direction' literal with the specified integer value.
static WorkflowParameterDirection WorkflowParameterDirection.get(java.lang.String literal)
          Returns the 'Parameter Direction' literal with the specified literal value.
static WorkflowParameterDirection WorkflowParameterDirection.getByName(java.lang.String name)
          Returns the 'Parameter Direction' literal with the specified name.
 WorkflowParameterDirection WorkflowParameter.getDirection()
          Returns the value of the 'Direction' attribute.
static WorkflowParameterDirection WorkflowParameterDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkflowParameterDirection[] WorkflowParameterDirection.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 with parameters of type WorkflowParameterDirection
 void WorkflowParameter.setDirection(WorkflowParameterDirection newDirection)
          Sets the value of the 'Direction' attribute.