public interface BpmnDataAssociation extends BpmnBaseElement
Modifier and Type | Method and Description |
---|---|
String |
getAssignment()
Getter for attribute 'BpmnDataAssociation.Assignment'
Metamodel description:
Specifies one or more data elements Assignments.
|
BpmnActivity |
getEndingActivity()
Getter for relation 'BpmnDataAssociation->EndingActivity'
Metamodel description:
null
|
BpmnCatchEvent |
getEndingEvent()
Getter for relation 'BpmnDataAssociation->EndingEvent'
Metamodel description:
null
|
String |
getLanguage()
Getter for attribute 'BpmnDataAssociation.Language'
Metamodel description:
Language used for the assignment expression.
|
org.eclipse.emf.common.util.EList<BpmnItemAwareElement> |
getSourceRef()
Getter for relation 'BpmnDataAssociation->SourceRef'
Metamodel description:
null
|
<T extends BpmnItemAwareElement> |
getSourceRef(Class<T> filterClass)
Filtered Getter for relation 'BpmnDataAssociation->SourceRef'
Metamodel description:
null
|
BpmnActivity |
getStartingActivity()
Getter for relation 'BpmnDataAssociation->StartingActivity'
Metamodel description:
null
|
BpmnThrowEvent |
getStartingEvent()
Getter for relation 'BpmnDataAssociation->StartingEvent'
Metamodel description:
null
|
BpmnItemAwareElement |
getTargetRef()
Getter for relation 'BpmnDataAssociation->TargetRef'
Metamodel description:
null
|
String |
getTransfomation()
Getter for attribute 'BpmnDataAssociation.Transfomation'
Metamodel description:
Specifies an optional transformation Expression.
|
org.eclipse.emf.common.util.EList<BpmnSequenceFlowDataAssociation> |
getVisualShortCut()
Getter for relation 'BpmnDataAssociation->VisualShortCut'
Metamodel description:
null
|
<T extends BpmnSequenceFlowDataAssociation> |
getVisualShortCut(Class<T> filterClass)
Filtered Getter for relation 'BpmnDataAssociation->VisualShortCut'
Metamodel description:
null
|
void |
setAssignment(String value)
Setter for attribute 'BpmnDataAssociation.Assignment'
Metamodel description:
Specifies one or more data elements Assignments.
|
void |
setEndingActivity(BpmnActivity value)
Setter for relation 'BpmnDataAssociation->EndingActivity'
Metamodel description:
null
|
void |
setEndingEvent(BpmnCatchEvent value)
Setter for relation 'BpmnDataAssociation->EndingEvent'
Metamodel description:
null
|
void |
setLanguage(String value)
Setter for attribute 'BpmnDataAssociation.Language'
Metamodel description:
Language used for the assignment expression.
|
void |
setStartingActivity(BpmnActivity value)
Setter for relation 'BpmnDataAssociation->StartingActivity'
Metamodel description:
null
|
void |
setStartingEvent(BpmnThrowEvent value)
Setter for relation 'BpmnDataAssociation->StartingEvent'
Metamodel description:
null
|
void |
setTargetRef(BpmnItemAwareElement value)
Setter for relation 'BpmnDataAssociation->TargetRef'
Metamodel description:
null
|
void |
setTransfomation(String value)
Setter for attribute 'BpmnDataAssociation.Transfomation'
Metamodel description:
Specifies an optional transformation Expression.
|
getIncomingAssoc, getIncomingAssoc, getIncomingFlow, getIncomingFlow, getOutgoingAssoc, getOutgoingAssoc, getOutgoingFlow, getOutgoingFlow
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
String getAssignment()
void setAssignment(String value)
String getTransfomation()
void setTransfomation(String value)
String getLanguage()
void setLanguage(String value)
org.eclipse.emf.common.util.EList<BpmnItemAwareElement> getSourceRef()
<T extends BpmnItemAwareElement> List<T> getSourceRef(Class<T> filterClass)
BpmnItemAwareElement getTargetRef()
void setTargetRef(BpmnItemAwareElement value)
BpmnActivity getEndingActivity()
void setEndingActivity(BpmnActivity value)
BpmnActivity getStartingActivity()
void setStartingActivity(BpmnActivity value)
BpmnThrowEvent getStartingEvent()
void setStartingEvent(BpmnThrowEvent value)
org.eclipse.emf.common.util.EList<BpmnSequenceFlowDataAssociation> getVisualShortCut()
<T extends BpmnSequenceFlowDataAssociation> List<T> getVisualShortCut(Class<T> filterClass)
BpmnCatchEvent getEndingEvent()
void setEndingEvent(BpmnCatchEvent value)