blob: 253c611a1b5776c7a1acb6f95dc082b941d02d96 [file] [log] [blame]
/**
* Copyright (c) 2010,2015 E.D.Willink 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 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.FeatureCS;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Feature CS</b></em>'.
* <!-- end-user-doc -->
* <p>
*
* @generated
*/
public abstract class FeatureCSImpl extends TypedElementCSImpl implements FeatureCS
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FeatureCSImpl()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return BaseCSPackage.Literals.FEATURE_CS;
}
} //FeatureCSImpl