org.ceno.model
Interface MulticastMessage

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EObjectSerializable, Message, org.eclipse.emf.common.notify.Notifier, java.io.Serializable
All Known Implementing Classes:
MulticastMessageImpl

public interface MulticastMessage
extends Message

A representation of the model object 'Multicast Message'.

The following features are supported:

See Also:
ModelPackage.getMulticastMessage()

Method Summary
 Resource getGroup()
          Returns the value of the 'Group' reference
 void setGroup(Resource value)
          Sets the value of the 'Group' reference
 
Methods inherited from interface org.ceno.model.Message
getId, getMessageText, getSender, getTimestamp, setId, setMessageText, setSender, setTimestamp
 
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
 

Method Detail

getGroup

Resource getGroup()
Returns the value of the 'Group' reference.

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

Returns:
the value of the 'Group' reference.
See Also:
setGroup(Resource), ModelPackage.getMulticastMessage_Group()

setGroup

void setGroup(Resource value)
Sets the value of the 'Group' reference.

Parameters:
value - the new value of the 'Group' reference.
See Also:
getGroup()