blob: 91a8ed6e5c03efc1cfc8a7eb76d473f5e55551ed [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.DatatypeDefinitionBoolean;
import org.eclipse.rmf.reqif10.ReqIF10Package;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Datatype Definition Boolean</b></em>'. <!--
* end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class DatatypeDefinitionBooleanImpl extends DatatypeDefinitionSimpleImpl implements DatatypeDefinitionBoolean {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected DatatypeDefinitionBooleanImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return ReqIF10Package.Literals.DATATYPE_DEFINITION_BOOLEAN;
}
} // DatatypeDefinitionBooleanImpl