Uses of Class
org.camunda.bpm.model.cmmn.RelationshipDirection
-
Packages that use RelationshipDirection Package Description org.camunda.bpm.model.cmmn org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of RelationshipDirection in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn that return RelationshipDirection Modifier and Type Method Description static RelationshipDirection
RelationshipDirection. valueOf(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. -
Uses of RelationshipDirection in org.camunda.bpm.model.cmmn.impl.instance
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type RelationshipDirection Modifier and Type Field Description protected static Attribute<RelationshipDirection>
RelationshipImpl. directionAttribute
Methods in org.camunda.bpm.model.cmmn.impl.instance that return RelationshipDirection Modifier and Type Method Description RelationshipDirection
RelationshipImpl. getDirection()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type RelationshipDirection Modifier and Type Method Description void
RelationshipImpl. setDirection(RelationshipDirection direction)
-
Uses of RelationshipDirection in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return RelationshipDirection Modifier and Type Method Description RelationshipDirection
Relationship. getDirection()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type RelationshipDirection Modifier and Type Method Description void
Relationship. setDirection(RelationshipDirection direction)
-