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 TDataOutputTMultiInstanceLoopCharacteristics. outputDataItemFields in org.omg.spec.bpmn.model with type parameters of type TDataOutput Modifier and Type Field Description protected List<TDataOutput>TCatchEvent. dataOutputprotected List<TDataOutput>TInputOutputSpecification. dataOutputMethods in org.omg.spec.bpmn.model that return TDataOutput Modifier and Type Method Description TDataOutputObjectFactory. createTDataOutput()Create an instance ofTDataOutputTDataOutputTMultiInstanceLoopCharacteristics. 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)voidTMultiInstanceLoopCharacteristics. setOutputDataItem(TDataOutput value)Sets the value of the outputDataItem property. 
 -