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. operation
Methods in org.omg.spec.bpmn.model that return TOperation Modifier and Type Method Description TOperation
ObjectFactory. createTOperation()
Create an instance ofTOperation
Methods 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)
-