blob: 83c22625884e906540824b9bd8aeec8d13d56efe [file] [log] [blame]
/*
* Copyright (c) 2005, 2018 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 - initial API and implementation
* Kenn Hussey - 522703
*
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Gen Typed Element</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage#getGenTypedElement()
* @model abstract="true"
* @generated
*/
public interface GenTypedElement
extends org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement,
GenBase {
// no methods
} // GenTypedElement