blob: 1b703a92cfaa16de6be55ce2aba8b772a4a9804e [file] [log] [blame]
/*
* Copyright (c) 2005, 2015 IBM Corporation, CEA, 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 (CEA) - 451350
*
*/
package org.eclipse.uml2.codegen.ecore.genmodel.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.uml2.codegen.ecore.genmodel.GenEnum;
import org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Gen Enum</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class GenEnumImpl
extends org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
implements GenEnum {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected GenEnumImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return GenModelPackage.Literals.GEN_ENUM;
}
} //GenEnumImpl