Uses of Class
org.omg.spec.bpmn.model.TAssignment
-
Packages that use TAssignment Package Description org.omg.spec.bpmn.model -
-
Uses of TAssignment in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TAssignment Modifier and Type Field Description protected List<TAssignment>
TDataAssociation. assignment
Methods in org.omg.spec.bpmn.model that return TAssignment Modifier and Type Method Description TAssignment
ObjectFactory. createTAssignment()
Create an instance ofTAssignment
Methods in org.omg.spec.bpmn.model that return types with arguments of type TAssignment Modifier and Type Method Description javax.xml.bind.JAXBElement<TAssignment>
ObjectFactory. createAssignment(TAssignment value)
List<TAssignment>
TDataAssociation. getAssignment()
Gets the value of the assignment property.Methods in org.omg.spec.bpmn.model with parameters of type TAssignment Modifier and Type Method Description javax.xml.bind.JAXBElement<TAssignment>
ObjectFactory. createAssignment(TAssignment value)
-