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