blob: 730cf8baccee72c994bd03574ff45d3ae8e2795c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 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 example5.tderived.impl;
import example5.tbase.impl.ElementImpl;
import example5.tderived.D;
import example5.tderived.TderivedPackage;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>D</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class DImpl extends ElementImpl implements D {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected DImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return TderivedPackage.Literals.D;
}
} //DImpl