blob: be0d42de74fad12f75a4c33b0277f4f3108d7c28 [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - Initial implementation
*
*/
package org.eclipse.osbp.xtext.entitymock.impl;
import java.lang.reflect.InvocationTargetException;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage;
import org.eclipse.osbp.xtext.entitymock.EntityMockLazyResolver;
import org.eclipse.osbp.xtext.oxtype.resource.EcoreUtil3;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Entity Mock Lazy Resolver</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class EntityMockLazyResolverImpl extends MinimalEObjectImpl.Container implements EntityMockLazyResolver {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EntityMockLazyResolverImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return EntityMockDSLPackage.Literals.ENTITY_MOCK_LAZY_RESOLVER;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EObject eResolveProxy(final InternalEObject proxy) {
return EcoreUtil3.resolve(proxy, this.eResource().getResourceSet());
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eInvoke(int operationID, EList<?> arguments) throws InvocationTargetException {
switch (operationID) {
case EntityMockDSLPackage.ENTITY_MOCK_LAZY_RESOLVER___ERESOLVE_PROXY__INTERNALEOBJECT:
return eResolveProxy((InternalEObject)arguments.get(0));
}
return super.eInvoke(operationID, arguments);
}
} //EntityMockLazyResolverImpl