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

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

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

Methods in org.eclipse.gmt.modisco.workflow with parameters of type Direction
 WorkParameter AbstractDriverCore.createOneWorkParameter(java.lang.String name, Direction direction, java.lang.String description, java.lang.Boolean required, java.lang.Class<?> type)
          Deprecated. Allows to create one work parameter
 

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

Fields in org.eclipse.gmt.modisco.workflow.modiscoworkflow with type parameters of type Direction
static java.util.List<Direction> Direction.VALUES
          Deprecated.  
 

Methods in org.eclipse.gmt.modisco.workflow.modiscoworkflow that return Direction
static Direction Direction.get(int value)
          Deprecated.  
static Direction Direction.get(java.lang.String literal)
          Deprecated.  
static Direction Direction.getByName(java.lang.String name)
          Deprecated.  
 Direction WorkParameter.getDirection()
          Deprecated.  
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.modiscoworkflow with parameters of type Direction
 void WorkParameter.setDirection(Direction value)
          Deprecated.