blob: 18d80e6587a52ce7d9f92c07640f29d36bf3bcc7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package example2.classescs;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Path Name CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link example2.classescs.PathNameCS#getPath <em>Path</em>}</li>
* </ul>
*
* @see example2.classescs.ClassescsPackage#getPathNameCS()
* @model
* @generated
*/
public interface PathNameCS extends ElementCS {
/**
* Returns the value of the '<em><b>Path</b></em>' containment reference list.
* The list contents are of type {@link example2.classescs.PathElementCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Path</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>Path</em>' containment reference list.
* @see example2.classescs.ClassescsPackage#getPathNameCS_Path()
* @model containment="true" required="true"
* @generated
*/
EList<PathElementCS> getPath();
} // PathNameCS