Uses of Class
com.soyatec.bpmn.Direction

Uses of Direction in com.soyatec.bpmn
 

Fields in com.soyatec.bpmn declared as Direction
static Direction Direction.BOTH_LITERAL
          The 'Both' literal object
static Direction Direction.FROM_LITERAL
          The 'From' literal object
static Direction Direction.NONE_LITERAL
          The 'None' literal object
static Direction Direction.TO_LITERAL
          The 'To' literal object
 

Methods in com.soyatec.bpmn that return Direction
static Direction Direction.get(int value)
          Returns the 'Direction' literal with the specified integer value
static Direction Direction.get(java.lang.String literal)
          Returns the 'Direction' literal with the specified literal value
static Direction Direction.getByName(java.lang.String name)
          Returns the 'Direction' literal with the specified name
 Direction Association.getDirection()
          Returns the value of the 'Direction' attribute.