Uses of Class
org.omg.spec.bpmn.model.TInputOutputBinding
-
Packages that use TInputOutputBinding Package Description org.omg.spec.bpmn.model -
-
Uses of TInputOutputBinding in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TInputOutputBinding Modifier and Type Field Description protected List<TInputOutputBinding>
TCallableElement. ioBinding
Methods in org.omg.spec.bpmn.model that return TInputOutputBinding Modifier and Type Method Description TInputOutputBinding
ObjectFactory. createTInputOutputBinding()
Create an instance ofTInputOutputBinding
Methods in org.omg.spec.bpmn.model that return types with arguments of type TInputOutputBinding Modifier and Type Method Description javax.xml.bind.JAXBElement<TInputOutputBinding>
ObjectFactory. createIoBinding(TInputOutputBinding value)
List<TInputOutputBinding>
TCallableElement. getIoBinding()
Gets the value of the ioBinding property.Methods in org.omg.spec.bpmn.model with parameters of type TInputOutputBinding Modifier and Type Method Description javax.xml.bind.JAXBElement<TInputOutputBinding>
ObjectFactory. createIoBinding(TInputOutputBinding value)
-