Uses of Enum Class
org.camunda.bpm.model.bpmn.RelationshipDirection
Package
Description
-
Uses of RelationshipDirection in org.camunda.bpm.model.bpmn
Modifier and TypeMethodDescriptionstatic RelationshipDirection
Returns the enum constant of this class with the specified name.static RelationshipDirection[]
RelationshipDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RelationshipDirection in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeFieldDescriptionprotected static Attribute<RelationshipDirection>
RelationshipImpl.directionAttribute
Modifier and TypeMethodDescriptionvoid
RelationshipImpl.setDirection
(RelationshipDirection direction) -
Uses of RelationshipDirection in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionvoid
Relationship.setDirection
(RelationshipDirection direction)