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 TAssociationDirectionTAssociation. associationDirectionMethods in org.omg.spec.bpmn.model that return TAssociationDirection Modifier and Type Method Description static TAssociationDirectionTAssociationDirection. fromValue(String v)TAssociationDirectionTAssociation. getAssociationDirection()Gets the value of the associationDirection property.static TAssociationDirectionTAssociationDirection. 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 voidTAssociation. setAssociationDirection(TAssociationDirection value)Sets the value of the associationDirection property. 
 -