com.ibm.xtools.bpmn2
Interface DataAssociation

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DataInputAssociation, DataOutputAssociation

public interface DataAssociation
extends BaseElement

A representation of the model object 'Data Association'.

The following features are supported:

See Also:
Bpmn2Package.getDataAssociation()

Method Summary
 org.eclipse.emf.common.util.EList<Assignment> getAssignment()
          Returns the value of the 'Assignment' containment reference list.
 BaseElement getSource()
          Returns the value of the 'Source' reference.
 BaseElement getTarget()
          Returns the value of the 'Target' reference.
 void setSource(BaseElement value)
          Sets the value of the 'Source' reference.
 void setTarget(BaseElement value)
          Sets the value of the 'Target' reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAssignment

org.eclipse.emf.common.util.EList<Assignment> getAssignment()
Returns the value of the 'Assignment' containment reference list. The list contents are of type Assignment.

If the meaning of the 'Assignment' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Assignment' containment reference list.
See Also:
Bpmn2Package.getDataAssociation_Assignment()

getSource

BaseElement getSource()
Returns the value of the 'Source' reference.

If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source' reference.
See Also:
setSource(BaseElement), Bpmn2Package.getDataAssociation_Source()

setSource

void setSource(BaseElement value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getTarget

BaseElement getTarget()
Returns the value of the 'Target' reference.

If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' reference.
See Also:
setTarget(BaseElement), Bpmn2Package.getDataAssociation_Target()

setTarget

void setTarget(BaseElement value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()