Class TDataInputAssociation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDataAssociation
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDataInputAssociation
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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDataAssociation
assignment, sourceRef, targetRef, transformation
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDataAssociation
getAssignment, getSourceRef, getTargetRef, getTransformation, setTargetRef, setTransformation
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Constructor Details
-
TDataInputAssociation
public TDataInputAssociation()
-