/******************************************************************************* * Copyright (c) 2006-2013 The RCP Company 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: * The RCP Company - initial API and implementation *******************************************************************************/ package com.rcpcompany.uibindings.internal.scripting; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; import com.rcpcompany.uibindings.scripting.IScriptEngine; import com.rcpcompany.uibindings.scripting.IScriptEnginePackage; /** * <!-- begin-user-doc --> An implementation of the model object '<em><b>Script Engine</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public abstract class ScriptEngineImpl extends EObjectImpl implements IScriptEngine { /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ protected ScriptEngineImpl() { super(); } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ @Override protected EClass eStaticClass() { return IScriptEnginePackage.Literals.SCRIPT_ENGINE; } } // ScriptEngineImpl