Uses of Class
com.ibm.xtools.bpmn2.RelationshipDirection

Packages that use RelationshipDirection
com.ibm.xtools.bpmn2   
 

Uses of RelationshipDirection in com.ibm.xtools.bpmn2
 

Fields in com.ibm.xtools.bpmn2 with type parameters of type RelationshipDirection
static java.util.List<RelationshipDirection> RelationshipDirection.VALUES
          A public read-only list of all the 'Relationship Direction' enumerators.
 

Methods in com.ibm.xtools.bpmn2 that return RelationshipDirection
static RelationshipDirection RelationshipDirection.get(int value)
          Returns the 'Relationship Direction' literal with the specified integer value.
static RelationshipDirection RelationshipDirection.get(java.lang.String literal)
          Returns the 'Relationship Direction' literal with the specified literal value.
static RelationshipDirection RelationshipDirection.getByName(java.lang.String name)
          Returns the 'Relationship Direction' literal with the specified name.
 RelationshipDirection Relationship.getDirection()
          Returns the value of the 'Direction' attribute.
static RelationshipDirection RelationshipDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelationshipDirection[] RelationshipDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type RelationshipDirection
 void Relationship.setDirection(RelationshipDirection value)
          Sets the value of the 'Direction' attribute.