Uses of Class
org.omg.spec.bpmn.model.TInputOutputSpecification
-
Packages that use TInputOutputSpecification Package Description org.omg.spec.bpmn.model -
-
Uses of TInputOutputSpecification in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TInputOutputSpecification Modifier and Type Field Description protected TInputOutputSpecification
TActivity. ioSpecification
protected TInputOutputSpecification
TCallableElement. ioSpecification
Methods in org.omg.spec.bpmn.model that return TInputOutputSpecification Modifier and Type Method Description TInputOutputSpecification
ObjectFactory. createTInputOutputSpecification()
Create an instance ofTInputOutputSpecification
TInputOutputSpecification
TActivity. getIoSpecification()
Gets the value of the ioSpecification property.TInputOutputSpecification
TCallableElement. getIoSpecification()
Gets the value of the ioSpecification property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TInputOutputSpecification Modifier and Type Method Description javax.xml.bind.JAXBElement<TInputOutputSpecification>
ObjectFactory. createIoSpecification(TInputOutputSpecification value)
Methods in org.omg.spec.bpmn.model with parameters of type TInputOutputSpecification Modifier and Type Method Description javax.xml.bind.JAXBElement<TInputOutputSpecification>
ObjectFactory. createIoSpecification(TInputOutputSpecification value)
void
TActivity. setIoSpecification(TInputOutputSpecification value)
Sets the value of the ioSpecification property.void
TCallableElement. setIoSpecification(TInputOutputSpecification value)
Sets the value of the ioSpecification property.
-