/** * <copyright> * </copyright> * * $Id$ */ package no.playtrd.v10.playtrd; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Message Service</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link no.playtrd.v10.playtrd.MessageService#getMessages <em>Messages</em>}</li> * </ul> * </p> * * @see no.playtrd.v10.playtrd.PlaytrdPackage#getMessageService() * @model * @generated */ public interface MessageService extends Service { /** * Returns the value of the '<em><b>Messages</b></em>' containment reference list. * The list contents are of type {@link no.playtrd.v10.playtrd.PlayerMessage}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Messages</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Messages</em>' containment reference list. * @see no.playtrd.v10.playtrd.PlaytrdPackage#getMessageService_Messages() * @model containment="true" * @generated */ EList<PlayerMessage> getMessages(); } // MessageService