Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TInputOutputSpecification
Packages that use TInputOutputSpecification
-
Uses of TInputOutputSpecification in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TInputOutputSpecificationModifier and TypeFieldDescriptionprotected TInputOutputSpecification
TActivity.ioSpecification
protected TInputOutputSpecification
TCallableElement.ioSpecification
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TInputOutputSpecificationModifier and TypeMethodDescriptionObjectFactory.createTInputOutputSpecification()
Create an instance ofTInputOutputSpecification
TActivity.getIoSpecification()
Gets the value of the ioSpecification property.TCallableElement.getIoSpecification()
Gets the value of the ioSpecification property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TInputOutputSpecificationModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TInputOutputSpecification>
ObjectFactory.createIoSpecification
(TInputOutputSpecification value) Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TInputOutputSpecificationModifier and TypeMethodDescriptionjakarta.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.