blob: fe2a22c671febcb035e618c5891d17c8282ab8ec [file] [log] [blame]
/**
*/
package anydsl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Multi Named Element</b></em>'. <!--
* end-user-doc -->
* <p>
* The following features are supported:
* <ul>
* <li>{@link anydsl.MultiNamedElement#getName <em>Name</em>}</li>
* </ul>
* </p>
*
* @see anydsl.AnydslPackage#getMultiNamedElement()
* @model interface="true" abstract="true"
* @generated
*/
public interface MultiNamedElement extends EObject {
/**
* Returns the value of the '<em><b>Name</b></em>' attribute list. The list contents are of type
* {@link java.lang.String}. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' attribute list isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Name</em>' attribute list.
* @see anydsl.AnydslPackage#getMultiNamedElement_Name()
* @model dataType="anydsl.SingleString"
* @generated
*/
EList<String> getName();
} // MultiNamedElement