Skip to content

Package: EdaptTestA

EdaptTestA

Coverage

1: /**
2: * Copyright (c) 2011-2013 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: */
13: package org.eclipse.emf.ecp.view.edapt.util.test.model.a;
14:
15: import org.eclipse.emf.ecore.EObject;
16:
17: /**
18: * <!-- begin-user-doc -->
19: * A representation of the model object '<em><b>A</b></em>'.
20: * <!-- end-user-doc -->
21: *
22: *
23: * @see org.eclipse.emf.ecp.view.edapt.util.test.model.a.EdaptTestAPackage#getA()
24: * @model
25: * @generated
26: */
27: public interface EdaptTestA extends EObject {
28: } // EdaptTestA