Uses of Enum Class
org.camunda.bpm.model.cmmn.RelationshipDirection
Package
Description
-
Uses of RelationshipDirection in org.camunda.bpm.model.cmmn
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.cmmn.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.cmmn.instance
Modifier and TypeMethodDescriptionvoid
Relationship.setDirection
(RelationshipDirection direction)