/** */ package org.eclipse.emf.examples.extlibrary.util; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl; /** * <!-- begin-user-doc --> The <b>Resource </b> associated with the package. <!-- end-user-doc --> * * @see org.eclipse.emf.examples.extlibrary.util.EXTLibraryResourceFactoryImpl * @generated */ public class EXTLibraryResourceImpl extends XMIResourceImpl { /** * Creates an instance of the resource. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param uri * the URI of the new resource. * @generated */ public EXTLibraryResourceImpl(URI uri) { super(uri); } /** * {@inheritDoc} * * @see org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl#useUUIDs() * @generated NOT */ @Override protected boolean useUUIDs() { return true; } } // EXTLibraryResourceImpl