org.eclipse.uml2
Interface MessageEnd

All Superinterfaces:
Element, EModelElement, EObject, NamedElement, Notifier, TemplateableElement
All Known Subinterfaces:
EventOccurrence, Gate, Stop

public interface MessageEnd
extends NamedElement

A representation of the model object 'Message End'. A MessageEnd is an abstract NamedElement that represents what can occur at the end of a Message.

The following features are supported:

See Also:
UML2Package.getMessageEnd()

Field Summary
static String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Method Summary
 Message getReceiveMessage()
          Returns the value of the 'Receive Message' reference.
 Message getSendMessage()
          Returns the value of the 'Send Message' reference.
 void setReceiveMessage(Message value)
          Sets the value of the 'Receive Message' reference
 void setSendMessage(Message value)
          Sets the value of the 'Send Message' reference
 
Methods inherited from interface org.eclipse.uml2.NamedElement
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwnedElements, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership
 
Methods inherited from interface org.eclipse.uml2.TemplateableElement
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.uml2.Element
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getReceiveMessage

public Message getReceiveMessage()
Returns the value of the 'Receive Message' reference. It is bidirectional and its opposite is 'Receive Event'.

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

the Message that contains the information of a receiveEvent

Returns:
the value of the 'Receive Message' reference.
See Also:
setReceiveMessage(Message), UML2Package.getMessageEnd_ReceiveMessage(), Message.getReceiveEvent()

setReceiveMessage

public void setReceiveMessage(Message value)
Sets the value of the 'Receive Message' reference.

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

getSendMessage

public Message getSendMessage()
Returns the value of the 'Send Message' reference. It is bidirectional and its opposite is 'Send Event'.

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

References the Message that contains the information of a sendEvent

Returns:
the value of the 'Send Message' reference.
See Also:
setSendMessage(Message), UML2Package.getMessageEnd_SendMessage(), Message.getSendEvent()

setSendMessage

public void setSendMessage(Message value)
Sets the value of the 'Send Message' reference.

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

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.