Uses of Class
org.omg.spec.bpmn.model.TRelationship
-
Packages that use TRelationship Package Description org.omg.spec.bpmn.model -
-
Uses of TRelationship in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TRelationship Modifier and Type Field Description protected List<TRelationship>
TDefinitions. relationship
Methods in org.omg.spec.bpmn.model that return TRelationship Modifier and Type Method Description TRelationship
ObjectFactory. createTRelationship()
Create an instance ofTRelationship
Methods in org.omg.spec.bpmn.model that return types with arguments of type TRelationship Modifier and Type Method Description javax.xml.bind.JAXBElement<TRelationship>
ObjectFactory. createRelationship(TRelationship value)
List<TRelationship>
TDefinitions. getRelationship()
Gets the value of the relationship property.Methods in org.omg.spec.bpmn.model with parameters of type TRelationship Modifier and Type Method Description javax.xml.bind.JAXBElement<TRelationship>
ObjectFactory. createRelationship(TRelationship value)
-