/** * Copyright (c) 2009-2011 SKRATCHDOT.COM * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * http://www.eclipse.org/legal/epl-v10.html * * Initial modeling finished using information provided by: * http://www.sonicspot.com/guide/wavefiles.html * * Contributors: * JEFF |:at:| SKRATCHDOT |:dot:| COM * * $Id$ */ package com.skratchdot.riff.wav.impl; import com.skratchdot.riff.wav.SampleData; import com.skratchdot.riff.wav.WavPackage; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Sample Data</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public abstract class SampleDataImpl extends EObjectImpl implements SampleData { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected SampleDataImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return WavPackage.Literals.SAMPLE_DATA; } } //SampleDataImpl