Uses of Class
org.omg.spec.bpmn.model.TRelationshipDirection
-
Packages that use TRelationshipDirection Package Description org.omg.spec.bpmn.model -
-
Uses of TRelationshipDirection in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TRelationshipDirection Modifier and Type Field Description protected TRelationshipDirection
TRelationship. direction
Methods in org.omg.spec.bpmn.model that return TRelationshipDirection Modifier and Type Method Description static TRelationshipDirection
TRelationshipDirection. fromValue(String v)
TRelationshipDirection
TRelationship. getDirection()
Gets the value of the direction property.static TRelationshipDirection
TRelationshipDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static TRelationshipDirection[]
TRelationshipDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omg.spec.bpmn.model with parameters of type TRelationshipDirection Modifier and Type Method Description void
TRelationship. setDirection(TRelationshipDirection value)
Sets the value of the direction property.
-