blob: 1c9405ab15a49e305dc895d355267898e28ab52b [file] [log] [blame]
/**
* Copyright (c) 2010, 2018 Willink Transformations 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:
* E.D.Willink - Initial API and implementation
*/
package org.eclipse.ocl.xtext.basecs.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.xtext.basecs.BaseCSPackage;
import org.eclipse.ocl.xtext.basecs.TypeCS;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Type CS</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class TypeCSImpl extends ModelElementCSImpl implements TypeCS
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected TypeCSImpl()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return BaseCSPackage.Literals.TYPE_CS;
}
} //TypeCSImpl