/******************************************************************************* * Copyright (c) 2011, 2012 Formal Mind GmbH and University of Dusseldorf. * 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: * Michael Jastram - initial API and implementation ******************************************************************************/ package org.eclipse.rmf.reqif10.pror.presentation.linewrap.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.rmf.reqif10.pror.configuration.impl.ProrPresentationConfigurationImpl; import org.eclipse.rmf.reqif10.pror.presentation.linewrap.LinewrapConfiguration; import org.eclipse.rmf.reqif10.pror.presentation.linewrap.LinewrapPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Configuration</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class LinewrapConfigurationImpl extends ProrPresentationConfigurationImpl implements LinewrapConfiguration { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected LinewrapConfigurationImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return LinewrapPackage.Literals.LINEWRAP_CONFIGURATION; } } //LinewrapConfigurationImpl