/** * Copyright (c) 2013 itemis AG 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: * Mark Broerkens - initial API and implementation * */ package org.eclipse.rmf.reqif10.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.rmf.reqif10.ReqIF10Package; import org.eclipse.rmf.reqif10.SpecificationType; /** * <!-- begin-user-doc --> An implementation of the model object '<em><b>Specification Type</b></em>'. <!-- end-user-doc * --> * <p> * </p> * * @generated */ public class SpecificationTypeImpl extends SpecTypeImpl implements SpecificationType { /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ protected SpecificationTypeImpl() { super(); } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ @Override protected EClass eStaticClass() { return ReqIF10Package.Literals.SPECIFICATION_TYPE; } } // SpecificationTypeImpl