Uses of Class
org.omg.spec.bpmn.model.TInputSet
- 
Packages that use TInputSet Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TInputSet in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TInputSet Modifier and Type Field Description protected TInputSetTThrowEvent. inputSetFields in org.omg.spec.bpmn.model with type parameters of type TInputSet Modifier and Type Field Description protected List<TInputSet>TInputOutputSpecification. inputSetMethods in org.omg.spec.bpmn.model that return TInputSet Modifier and Type Method Description TInputSetObjectFactory. createTInputSet()Create an instance ofTInputSetTInputSetTThrowEvent. getInputSet()Gets the value of the inputSet property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TInputSet Modifier and Type Method Description javax.xml.bind.JAXBElement<TInputSet>ObjectFactory. createInputSet(TInputSet value)List<TInputSet>TInputOutputSpecification. getInputSet()Gets the value of the inputSet property.Methods in org.omg.spec.bpmn.model with parameters of type TInputSet Modifier and Type Method Description javax.xml.bind.JAXBElement<TInputSet>ObjectFactory. createInputSet(TInputSet value)voidTThrowEvent. setInputSet(TInputSet value)Sets the value of the inputSet property. 
 -