blob: d733834f5ef1e61d53fc2a1f7ac55a41f3e192d6 [file] [log] [blame]
/*
* Copyright (c) 2005, 2007 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
*
* $Id: GenEnum.java,v 1.4 2007/02/14 19:56:07 khussey Exp $
*/
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