Uses of Class
org.eclipse.gmt.modisco.workflow.mwe.workflow.Direction

Packages that use Direction
org.eclipse.gmt.modisco.workflow.mwe.workflow   
 

Uses of Direction in org.eclipse.gmt.modisco.workflow.mwe.workflow
 

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

Methods in org.eclipse.gmt.modisco.workflow.mwe.workflow that return Direction
static Direction Direction.get(int value)
          Deprecated. Returns the 'Direction' literal with the specified integer value.
static Direction Direction.get(java.lang.String literal)
          Deprecated. Returns the 'Direction' literal with the specified literal value.
static Direction Direction.getByName(java.lang.String name)
          Deprecated. Returns the 'Direction' literal with the specified name.
 Direction WorkflowParameter.getDirection()
          Deprecated. Returns the value of the 'Direction' attribute.
static Direction Direction.valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static Direction[] Direction.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 with parameters of type Direction
 void WorkflowParameter.setDirection(Direction value)
          Deprecated. Sets the value of the 'Direction' attribute.