Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRelationshipDirection
Packages that use TRelationshipDirection
-
Uses of TRelationshipDirection in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TRelationshipDirectionMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TRelationshipDirectionModifier and TypeMethodDescriptionstatic TRelationshipDirection
TRelationship.getDirection()
Gets the value of the direction property.static TRelationshipDirection
Returns the enum constant of this class with the specified name.static TRelationshipDirection[]
TRelationshipDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TRelationshipDirectionModifier and TypeMethodDescriptionvoid
TRelationship.setDirection
(TRelationshipDirection value) Sets the value of the direction property.