|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageFlow
A representation of the model object 'Message Flow'.
The following features are supported:
Bpmn2Package.getMessageFlow()
Method Summary | |
---|---|
Message |
getMessage()
Returns the value of the 'Message' reference. |
BaseElement |
getSource()
Returns the value of the 'Source' reference. |
BaseElement |
getTarget()
Returns the value of the 'Target' reference. |
void |
setMessage(Message value)
Sets the value of the ' Message ' 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 |
---|
Message getMessage()
If the meaning of the 'Message' reference isn't clear, there really should be more of a description here...
setMessage(Message)
,
Bpmn2Package.getMessageFlow_Message()
void setMessage(Message value)
Message
' reference.
value
- the new value of the 'Message' reference.getMessage()
BaseElement getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(BaseElement)
,
Bpmn2Package.getMessageFlow_Source()
void setSource(BaseElement value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
BaseElement getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(BaseElement)
,
Bpmn2Package.getMessageFlow_Target()
void setTarget(BaseElement value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |