blob: 222e8fee6cd0c0a10eb812f6f8bb06646b64082d [file] [log] [blame]
/**
* Copyright (c) 2002-2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
*/
package org.eclipse.emf.mapping.xsd2ecore.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.mapping.impl.MappingRootImpl;
import org.eclipse.emf.mapping.xsd2ecore.XSD2EcoreMappingRoot;
import org.eclipse.emf.mapping.xsd2ecore.XSD2EcorePackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Mapping Root</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class XSD2EcoreMappingRootImpl extends MappingRootImpl implements XSD2EcoreMappingRoot
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected XSD2EcoreMappingRootImpl()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return XSD2EcorePackage.Literals.XSD2_ECORE_MAPPING_ROOT;
}
} //XSD2EcoreMappingRootImpl