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 TDataInput
TMultiInstanceLoopCharacteristics. inputDataItem
Fields in org.omg.spec.bpmn.model with type parameters of type TDataInput Modifier and Type Field Description protected List<TDataInput>
TInputOutputSpecification. dataInput
protected List<TDataInput>
TThrowEvent. dataInput
Methods in org.omg.spec.bpmn.model that return TDataInput Modifier and Type Method Description TDataInput
ObjectFactory. createTDataInput()
Create an instance ofTDataInput
TDataInput
TMultiInstanceLoopCharacteristics. 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)
void
TMultiInstanceLoopCharacteristics. setInputDataItem(TDataInput value)
Sets the value of the inputDataItem property.
-