Uses of Class
org.omg.spec.bpmn.model.TOperation
- 
Packages that use TOperation Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TOperation in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TOperation Modifier and Type Field Description protected List<TOperation>TInterface. operationMethods in org.omg.spec.bpmn.model that return TOperation Modifier and Type Method Description TOperationObjectFactory. createTOperation()Create an instance ofTOperationMethods in org.omg.spec.bpmn.model that return types with arguments of type TOperation Modifier and Type Method Description javax.xml.bind.JAXBElement<TOperation>ObjectFactory. createOperation(TOperation value)List<TOperation>TInterface. getOperation()Gets the value of the operation property.Methods in org.omg.spec.bpmn.model with parameters of type TOperation Modifier and Type Method Description javax.xml.bind.JAXBElement<TOperation>ObjectFactory. createOperation(TOperation value) 
 -