Package org.omg.spec.bpmn.model
Class TDataInputAssociation
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TDataAssociation
-
- org.omg.spec.bpmn.model.TDataInputAssociation
-
public class TDataInputAssociation extends TDataAssociation
Java class for tDataInputAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDataInputAssociation"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tDataAssociation"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.omg.spec.bpmn.model.TDataAssociation
assignment, sourceRef, targetRef, transformation
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TDataInputAssociation()
-
Method Summary
-
Methods inherited from class org.omg.spec.bpmn.model.TDataAssociation
getAssignment, getSourceRef, getTargetRef, getTransformation, setTargetRef, setTransformation
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-