blob: a591a44b10ac2a5288ce769d28b10a0c28d9957f [file] [log] [blame]
/**
* 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.RelationGroupType;
import org.eclipse.rmf.reqif10.ReqIF10Package;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Relation Group Type</b></em>'. <!--
* end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class RelationGroupTypeImpl extends SpecTypeImpl implements RelationGroupType {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected RelationGroupTypeImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return ReqIF10Package.Literals.RELATION_GROUP_TYPE;
}
} // RelationGroupTypeImpl