Uses of Class
org.omg.spec.bpmn.model.TDataOutput
-
Packages that use TDataOutput Package Description org.omg.spec.bpmn.model -
-
Uses of TDataOutput in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TDataOutput Modifier and Type Field Description protected TDataOutput
TMultiInstanceLoopCharacteristics. outputDataItem
Fields in org.omg.spec.bpmn.model with type parameters of type TDataOutput Modifier and Type Field Description protected List<TDataOutput>
TCatchEvent. dataOutput
protected List<TDataOutput>
TInputOutputSpecification. dataOutput
Methods in org.omg.spec.bpmn.model that return TDataOutput Modifier and Type Method Description TDataOutput
ObjectFactory. createTDataOutput()
Create an instance ofTDataOutput
TDataOutput
TMultiInstanceLoopCharacteristics. getOutputDataItem()
Gets the value of the outputDataItem property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TDataOutput Modifier and Type Method Description javax.xml.bind.JAXBElement<TDataOutput>
ObjectFactory. createDataOutput(TDataOutput value)
List<TDataOutput>
TCatchEvent. getDataOutput()
Gets the value of the dataOutput property.List<TDataOutput>
TInputOutputSpecification. getDataOutput()
Gets the value of the dataOutput property.Methods in org.omg.spec.bpmn.model with parameters of type TDataOutput Modifier and Type Method Description javax.xml.bind.JAXBElement<TDataOutput>
ObjectFactory. createDataOutput(TDataOutput value)
void
TMultiInstanceLoopCharacteristics. setOutputDataItem(TDataOutput value)
Sets the value of the outputDataItem property.
-