blob: f2edc14b8d630cb48c5debecf9d481562c0de7c5 [file] [log] [blame]
/*
* Copyright (c) 2005 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.2 2005/05/25 21:24:30 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 {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) IBM Corporation and others."; //$NON-NLS-1$
} // GenEnum