KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > enhydra > dods > editor > Doml > util > DomlResourceImpl


1 /**
2  * <copyright>
3  * </copyright>
4  *
5  * $Id$
6  */

7 package org.enhydra.dods.editor.Doml.util;
8
9 import org.eclipse.emf.common.util.URI;
10
11 import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
12
13 /**
14  * <!-- begin-user-doc -->
15  * The <b>Resource </b> associated with the package.
16  * <!-- end-user-doc -->
17  * @see org.enhydra.dods.editor.Doml.util.DomlResourceFactoryImpl
18  * @generated
19  */

20 public class DomlResourceImpl extends XMLResourceImpl {
21     /**
22      * Creates an instance of the resource.
23      * <!-- begin-user-doc -->
24      * <!-- end-user-doc -->
25      * @param uri the URI of the new resource.
26      * @generated
27      */

28     public DomlResourceImpl(URI uri) {
29         super(uri);
30     }
31
32 } //DomlResourceFactoryImpl
33
Popular Tags