blob: 5cb9a64b854902bc4c866e3e1c595292d79ecb9f [file] [log] [blame]
/*
* Copyright (c) 2008, 2009, 2011, 2012, 2015 Eike Stepper (Berlin, Germany) 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:
* Eike Stepper - initial API and implementation
*/
package derived.impl;
import org.eclipse.emf.ecore.EClass;
import base.impl.BaseClassImpl;
import derived.DerivedClass;
import derived.DerivedPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Class</b></em>'. <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class DerivedClassImpl extends BaseClassImpl implements DerivedClass
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected DerivedClassImpl()
{
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass()
{
return DerivedPackage.Literals.DERIVED_CLASS;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public void decrement()
{
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
} // DerivedClassImpl