org.ceno.model
Interface Messages

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

public interface Messages
extends EObjectSerializable

A representation of the model object 'Messages'.

The following features are supported:

See Also:
ModelPackage.getMessages()

Method Summary
 org.eclipse.emf.common.util.EList<Message> getMessages()
          Returns the value of the 'Messages' reference list.
 
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

getMessages

org.eclipse.emf.common.util.EList<Message> getMessages()
Returns the value of the 'Messages' reference list. The list contents are of type Message.

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

Returns:
the value of the 'Messages' reference list.
See Also:
ModelPackage.getMessages_Messages()