blob: a59dab303477fc913a2ab9bc5c762f99f672ac60 [file] [log] [blame]
/**
* Copyright (c) 2015 Obeo.
* 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:
* Obeo - initial API and implementation and/or initial documentation
* ...
*
*/
package org.eclipse.intent.mapping.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.intent.mapping.CDOFolderLocation;
import org.eclipse.intent.mapping.MappingPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>CDO Folder Location</b></em>'. <!--
* end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.eclipse.intent.mapping.impl.CDOFolderLocationImpl#getPath <em>Path</em>}</li>
* </ul>
*
* @generated
*/
public class CDOFolderLocationImpl extends LocationImpl implements CDOFolderLocation {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public CDOFolderLocationImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return MappingPackage.Literals.CDO_FOLDER_LOCATION;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public String getPath() {
return (String)eGet(MappingPackage.Literals.CDO_RESOURCE_NODE_LOCATION__PATH, true);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public void setPath(String newPath) {
eSet(MappingPackage.Literals.CDO_RESOURCE_NODE_LOCATION__PATH, newPath);
}
} // CDOFolderLocationImpl