blob: 8e4de2b9b8bed9255beec4c176547a03e26fc991 [file] [log] [blame]
/**
* Copyright (c) 2007 Borland Software Corporation
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
*/
package org.eclipse.m2m.internal.qvt.oml.qvtoperational;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Dummy</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This dummy class ensures that GenModel generates the otherwise empty root EPackage
* <!-- end-model-doc -->
*
*
* @see org.eclipse.m2m.internal.qvt.oml.qvtoperational.QVTOperationalPackage#getDummy()
* @model
* @generated
*/
public interface Dummy extends EObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) 2007 Borland Software Corporation\r\n\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v2.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v20.html\r\n \r\nContributors:\r\n Borland Software Corporation - initial API and implementation"; //$NON-NLS-1$
} // Dummy