Uses of Class
org.omg.spec.bpmn.model.TDataInput
- 
Packages that use TDataInput Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TDataInput in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TDataInput Modifier and Type Field Description protected TDataInputTMultiInstanceLoopCharacteristics. inputDataItemFields in org.omg.spec.bpmn.model with type parameters of type TDataInput Modifier and Type Field Description protected List<TDataInput>TInputOutputSpecification. dataInputprotected List<TDataInput>TThrowEvent. dataInputMethods in org.omg.spec.bpmn.model that return TDataInput Modifier and Type Method Description TDataInputObjectFactory. createTDataInput()Create an instance ofTDataInputTDataInputTMultiInstanceLoopCharacteristics. getInputDataItem()Gets the value of the inputDataItem property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TDataInput Modifier and Type Method Description javax.xml.bind.JAXBElement<TDataInput>ObjectFactory. createDataInput(TDataInput value)List<TDataInput>TInputOutputSpecification. getDataInput()Gets the value of the dataInput property.List<TDataInput>TThrowEvent. getDataInput()Gets the value of the dataInput property.Methods in org.omg.spec.bpmn.model with parameters of type TDataInput Modifier and Type Method Description javax.xml.bind.JAXBElement<TDataInput>ObjectFactory. createDataInput(TDataInput value)voidTMultiInstanceLoopCharacteristics. setInputDataItem(TDataInput value)Sets the value of the inputDataItem property. 
 -