Uses of Class
org.omg.spec.bpmn.model.TOutputSet
-
Packages that use TOutputSet Package Description org.omg.spec.bpmn.model -
-
Uses of TOutputSet in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TOutputSet Modifier and Type Field Description protected TOutputSet
TCatchEvent. outputSet
Fields in org.omg.spec.bpmn.model with type parameters of type TOutputSet Modifier and Type Field Description protected List<TOutputSet>
TInputOutputSpecification. outputSet
Methods in org.omg.spec.bpmn.model that return TOutputSet Modifier and Type Method Description TOutputSet
ObjectFactory. createTOutputSet()
Create an instance ofTOutputSet
TOutputSet
TCatchEvent. getOutputSet()
Gets the value of the outputSet property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TOutputSet Modifier and Type Method Description javax.xml.bind.JAXBElement<TOutputSet>
ObjectFactory. createOutputSet(TOutputSet value)
List<TOutputSet>
TInputOutputSpecification. getOutputSet()
Gets the value of the outputSet property.Methods in org.omg.spec.bpmn.model with parameters of type TOutputSet Modifier and Type Method Description javax.xml.bind.JAXBElement<TOutputSet>
ObjectFactory. createOutputSet(TOutputSet value)
void
TCatchEvent. setOutputSet(TOutputSet value)
Sets the value of the outputSet property.
-