/******************************************************************************* * Copyright (c) 2009, 2011 IBM Corporation 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: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.openhealthtools.uml.xdw; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.ecore.xmi.XMLResource; /** * * The resource associated with the 'xdw' package. * * @generated */ public interface XDWResource extends XMLResource { /** * * The factory for 'xdw' resources. * * @generated */ public interface Factory extends Resource.Factory { /** * * * @generated */ public static final Factory INSTANCE = new XDWResourceFactoryImpl(); } /** * * The file extension for 'xdw' resources. * * @generated */ public static final String FILE_EXTENSION = "xdw"; /** * * The default encoding for 'xdw' resources. * * @generated */ public static final String DEFAULT_ENCODING = "UTF-8"; } // XDWResource