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 TInputOutputSpecificationTActivity. ioSpecificationprotected TInputOutputSpecificationTCallableElement. ioSpecificationMethods in org.omg.spec.bpmn.model that return TInputOutputSpecification Modifier and Type Method Description TInputOutputSpecificationObjectFactory. createTInputOutputSpecification()Create an instance ofTInputOutputSpecificationTInputOutputSpecificationTActivity. getIoSpecification()Gets the value of the ioSpecification property.TInputOutputSpecificationTCallableElement. 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)voidTActivity. setIoSpecification(TInputOutputSpecification value)Sets the value of the ioSpecification property.voidTCallableElement. setIoSpecification(TInputOutputSpecification value)Sets the value of the ioSpecification property.
-