Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TAssociationDirection
Packages that use TAssociationDirection
-
Uses of TAssociationDirection in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TAssociationDirectionModifier and TypeFieldDescriptionprotected TAssociationDirection
TAssociation.associationDirection
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TAssociationDirectionModifier and TypeMethodDescriptionstatic TAssociationDirection
TAssociation.getAssociationDirection()
Gets the value of the associationDirection property.static TAssociationDirection
Returns the enum constant of this class with the specified name.static TAssociationDirection[]
TAssociationDirection.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 TAssociationDirectionModifier and TypeMethodDescriptionvoid
TAssociation.setAssociationDirection
(TAssociationDirection value) Sets the value of the associationDirection property.