blob: 6aa1dfdc39bacb081d5fd315e8d24c3323f6973a [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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
* Kennn Hussey - 535301
*
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Gen Enum</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage#getGenEnum()
* @model
* @generated
*/
public interface GenEnum
extends org.eclipse.emf.codegen.ecore.genmodel.GenEnum, GenDataType {
// no methods
} // GenEnum