Package | Description |
---|---|
org.camunda.bpm.model.bpmn | |
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected static Attribute<RelationshipDirection> |
RelationshipImpl.directionAttribute |
Modifier and Type | Method and Description |
---|---|
RelationshipDirection |
RelationshipImpl.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
RelationshipImpl.setDirection(RelationshipDirection direction) |
Modifier and Type | Method and Description |
---|---|
RelationshipDirection |
Relationship.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
Relationship.setDirection(RelationshipDirection direction) |
Copyright © 2015. All rights reserved.