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