Uses of Class
org.omg.spec.bpmn.model.TCorrelationPropertyBinding
- 
Packages that use TCorrelationPropertyBinding Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TCorrelationPropertyBinding in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TCorrelationPropertyBinding Modifier and Type Field Description protected List<TCorrelationPropertyBinding>TCorrelationSubscription. correlationPropertyBindingMethods in org.omg.spec.bpmn.model that return TCorrelationPropertyBinding Modifier and Type Method Description TCorrelationPropertyBindingObjectFactory. createTCorrelationPropertyBinding()Create an instance ofTCorrelationPropertyBindingMethods in org.omg.spec.bpmn.model that return types with arguments of type TCorrelationPropertyBinding Modifier and Type Method Description javax.xml.bind.JAXBElement<TCorrelationPropertyBinding>ObjectFactory. createCorrelationPropertyBinding(TCorrelationPropertyBinding value)List<TCorrelationPropertyBinding>TCorrelationSubscription. getCorrelationPropertyBinding()Gets the value of the correlationPropertyBinding property.Methods in org.omg.spec.bpmn.model with parameters of type TCorrelationPropertyBinding Modifier and Type Method Description javax.xml.bind.JAXBElement<TCorrelationPropertyBinding>ObjectFactory. createCorrelationPropertyBinding(TCorrelationPropertyBinding value) 
 -