blob: cb9edca002099d6263ecc71e5e21136d25ac781e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2022 Christopher Gerking and others.
* 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:
* Christopher Gerking - initial API and implementation
*******************************************************************************/
package org.eclipse.m2m.tests.qvt.oml.bug573449;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>My EClass</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.m2m.tests.qvt.oml.bug573449.Bug573449Package#getMyEClass()
* @model
* @generated
*/
public interface MyEClass extends EObject {
} // MyEClass