blob: ee8f0a3be9354fdc622c562481103fb92c0dc5e4 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008 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
*
* </copyright>
*
* $Id: AbstractLabelElementImpl.java,v 1.1 2008/08/24 18:56:21 ewillink Exp $
*/
package org.eclipse.qvt.declarative.editor.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.EObjectImpl;
import org.eclipse.qvt.declarative.editor.AbstractLabelElement;
import org.eclipse.qvt.declarative.editor.EditorPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Abstract Label Element</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public abstract class AbstractLabelElementImpl extends EObjectImpl implements AbstractLabelElement {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected AbstractLabelElementImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return EditorPackage.Literals.ABSTRACT_LABEL_ELEMENT;
}
} //AbstractLabelElementImpl