Uses of Class
org.omg.spec.bpmn.model.TCorrelationKey
- 
Packages that use TCorrelationKey Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TCorrelationKey in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TCorrelationKey Modifier and Type Field Description protected List<TCorrelationKey>TChoreographyActivity. correlationKeyprotected List<TCorrelationKey>TCollaboration. correlationKeyprotected List<TCorrelationKey>TConversationNode. correlationKeyMethods in org.omg.spec.bpmn.model that return TCorrelationKey Modifier and Type Method Description TCorrelationKeyObjectFactory. createTCorrelationKey()Create an instance ofTCorrelationKeyMethods in org.omg.spec.bpmn.model that return types with arguments of type TCorrelationKey Modifier and Type Method Description javax.xml.bind.JAXBElement<TCorrelationKey>ObjectFactory. createCorrelationKey(TCorrelationKey value)List<TCorrelationKey>TChoreographyActivity. getCorrelationKey()Gets the value of the correlationKey property.List<TCorrelationKey>TCollaboration. getCorrelationKey()Gets the value of the correlationKey property.List<TCorrelationKey>TConversationNode. getCorrelationKey()Gets the value of the correlationKey property.Methods in org.omg.spec.bpmn.model with parameters of type TCorrelationKey Modifier and Type Method Description javax.xml.bind.JAXBElement<TCorrelationKey>ObjectFactory. createCorrelationKey(TCorrelationKey value) 
 -