/** */ package edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Simple Seq Literal</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.SimpleSeqLiteral#getElems <em>Elems</em>}</li> * </ul> * </p> * * @see edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.DeviceModelingLanguagePackage#getSimpleSeqLiteral() * @model * @generated */ public interface SimpleSeqLiteral extends SimpleLiteral { /** * Returns the value of the '<em><b>Elems</b></em>' containment reference list. * The list contents are of type {@link edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.SimpleLiteral}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Elems</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>Elems</em>' containment reference list. * @see edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.DeviceModelingLanguagePackage#getSimpleSeqLiteral_Elems() * @model containment="true" * @generated */ EList<SimpleLiteral> getElems(); } // SimpleSeqLiteral