/**
*/
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 Set Literal</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.SimpleSetLiteral#getElems <em>Elems</em>}</li>
* </ul>
* </p>
*
* @see edu.ksu.cis.projects.mdcf.devicemodel.deviceModelingLanguage.DeviceModelingLanguagePackage#getSimpleSetLiteral()
* @model
* @generated
*/
public interface SimpleSetLiteral 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#getSimpleSetLiteral_Elems()
* @model containment="true"
* @generated
*/
EList<SimpleLiteral> getElems();
} // SimpleSetLiteral