Uses of Class
org.omg.spec.bpmn.model.TAssociationDirection
-
Packages that use TAssociationDirection Package Description org.omg.spec.bpmn.model -
-
Uses of TAssociationDirection in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TAssociationDirection Modifier and Type Field Description protected TAssociationDirection
TAssociation. associationDirection
Methods in org.omg.spec.bpmn.model that return TAssociationDirection Modifier and Type Method Description static TAssociationDirection
TAssociationDirection. fromValue(String v)
TAssociationDirection
TAssociation. getAssociationDirection()
Gets the value of the associationDirection property.static TAssociationDirection
TAssociationDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static TAssociationDirection[]
TAssociationDirection. 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 TAssociationDirection Modifier and Type Method Description void
TAssociation. setAssociationDirection(TAssociationDirection value)
Sets the value of the associationDirection property.
-