blob: 1df4c3075037a4d8b56f817d8243dffbb193e4f6 [file] [log] [blame]
/**
*/
package org.eclipse.rcptt.ecl.client.tcp.tests.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.rcptt.ecl.client.tcp.tests.EclInjectedCommand;
import org.eclipse.rcptt.ecl.client.tcp.tests.TestsPackage;
import org.eclipse.rcptt.ecl.core.impl.CommandImpl;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Ecl Injected Command</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class EclInjectedCommandImpl extends CommandImpl implements EclInjectedCommand {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EclInjectedCommandImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return TestsPackage.eINSTANCE.getEclInjectedCommand();
}
} //EclInjectedCommandImpl