blob: 5e7626f48a87b8858d27c88bc0436f1647f4340b [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - Initial implementation
*
*/
package org.eclipse.osbp.xtext.entitymock.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.osbp.dsl.semantic.common.types.impl.LEnumImpl;
import org.eclipse.osbp.xtext.entitymock.EntityMockDSLPackage;
import org.eclipse.osbp.xtext.entitymock.EntityMockResourceAttribute;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Entity Mock Resource Attribute</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class EntityMockResourceAttributeImpl extends LEnumImpl implements EntityMockResourceAttribute {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EntityMockResourceAttributeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return EntityMockDSLPackage.Literals.ENTITY_MOCK_RESOURCE_ATTRIBUTE;
}
} //EntityMockResourceAttributeImpl