/**
* <copyright>
*
* 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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* </copyright>
*
* $Id: TypeConverterImpl.java,v 1.6 2006/12/29 18:29:09 marcelop Exp $
*/
/**
* <copyright>
*
* 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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* </copyright>
*
* $Id: MappingStrategyImpl.java,v 1.6 2006/12/29 18:29:09 marcelop Exp $
*/
package org.eclipse.emf.mapping.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.mapping.MappingPackage;
import org.eclipse.emf.mapping. [[#variable172c15c0]];
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Type Converter</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Strategy</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class [[#variable172c1560]]extends MappingHelperImpl implements [[#variable172c15c0]]{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected [[#variable172c1560]]() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override protected EClass eStaticClass() {
return MappingPackage.Literals. [[#variable172c14e0]];
}
} //TypeConverterImpl //MappingStrategyImpl
|