org.eclipse.ocl.cst.PathNameCS Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2005, 2008 IBM Corporation, Zeligsoft Inc., 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:
* IBM - Initial API and implementation
* Zeligsoft - Bug 243976
*
*
*
* $Id: PathNameCS.java,v 1.5 2009/12/22 18:42:30 ewillink Exp $
*/
package org.eclipse.ocl.cst;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Path Name CS'.
*
*
*
* The following features are supported:
*
* - {@link org.eclipse.ocl.cst.PathNameCS#getSimpleNames Simple Names}
*
*
*
* @see org.eclipse.ocl.cst.CSTPackage#getPathNameCS()
* @model
* @generated
*/
public interface PathNameCS
extends TypeCS {
/**
* Returns the value of the 'Simple Names' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.cst.SimpleNameCS}.
*
*
* If the meaning of the 'Simple Names' containment reference list isn't clear,
* there really should be more of a description here...
*
* @since 3.0
*
* @return the value of the 'Simple Names' containment reference list.
* @see org.eclipse.ocl.cst.CSTPackage#getPathNameCS_SimpleNames()
* @model containment="true"
* @generated
*/
EList getSimpleNames();
} // PathNameCS