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 TInputSet
TThrowEvent. inputSet
Fields in org.omg.spec.bpmn.model with type parameters of type TInputSet Modifier and Type Field Description protected List<TInputSet>
TInputOutputSpecification. inputSet
Methods in org.omg.spec.bpmn.model that return TInputSet Modifier and Type Method Description TInputSet
ObjectFactory. createTInputSet()
Create an instance ofTInputSet
TInputSet
TThrowEvent. 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)
void
TThrowEvent. setInputSet(TInputSet value)
Sets the value of the inputSet property.
-