com.ibm.xtools.bpmn2
Interface MessageEventDefinition

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, EventDefinition, org.eclipse.emf.common.notify.Notifier, RootElement

public interface MessageEventDefinition
extends EventDefinition

A representation of the model object 'Message Event Definition'.

The following features are supported:

See Also:
Bpmn2Package.getMessageEventDefinition()

Method Summary
 Message getMessage()
          Returns the value of the 'Message' reference.
 Operation getOperation()
          Returns the value of the 'Operation' reference.
 void setMessage(Message value)
          Sets the value of the 'Message' reference.
 void setOperation(Operation value)
          Sets the value of the 'Operation' 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

getOperation

Operation getOperation()
Returns the value of the 'Operation' reference.

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

Returns:
the value of the 'Operation' reference.
See Also:
setOperation(Operation), Bpmn2Package.getMessageEventDefinition_Operation()

setOperation

void setOperation(Operation value)
Sets the value of the 'Operation' reference.

Parameters:
value - the new value of the 'Operation' reference.
See Also:
getOperation()

getMessage

Message getMessage()
Returns the value of the 'Message' reference.

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

Returns:
the value of the 'Message' reference.
See Also:
setMessage(Message), Bpmn2Package.getMessageEventDefinition_Message()

setMessage

void setMessage(Message value)
Sets the value of the 'Message' reference.

Parameters:
value - the new value of the 'Message' reference.
See Also:
getMessage()