blob: d7d2314cd3579d4fde37de8423a24163703c7a09 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2018 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* SAP AG - initial API and implementation
******************************************************************************
*/
package ap_runtime_constraints.impl;
import ap_runtime_constraints.Ap_runtime_constraintsPackage;
import ap_runtime_constraints.QueryConstraint;
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 Constraint</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class QueryConstraintImpl extends EObjectImpl implements QueryConstraint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected QueryConstraintImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ap_runtime_constraintsPackage.Literals.QUERY_CONSTRAINT;
}
} //QueryConstraintImpl