/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg.impl; import at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage; import at.bestsolution.efxclipse.formats.fxg.fxg.linkActiveFormat; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>link Active Format</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class linkActiveFormatImpl extends EObjectImpl implements linkActiveFormat { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected linkActiveFormatImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return FxgPackage.Literals.LINK_ACTIVE_FORMAT; } } //linkActiveFormatImpl