blob: ff79d02d0f7cd1c35a3feaac332322ab931f193f [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: QueryInvocationImpl.java,v 1.2 2011/03/05 21:37:35 auhl Exp $
*/
package behavioral.actions.impl;
import behavioral.actions.ActionsPackage;
import behavioral.actions.QueryInvocation;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.EObjectImpl;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Query Invocation</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class QueryInvocationImpl extends EObjectImpl implements QueryInvocation {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected QueryInvocationImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ActionsPackage.Literals.QUERY_INVOCATION;
}
} //QueryInvocationImpl