blob: 4d54352213655744124fcdbb09e2bfb5d8e07630 [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* 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
*
* Contributors:
* Florian Pirchner - Initial implementation
*
*/
package org.eclipse.osbp.dsl.semantic.dto.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.osbp.dsl.semantic.dto.LDtoAttribute;
import org.eclipse.osbp.dsl.semantic.dto.OSBPDtoPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>LDto Attribute</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class LDtoAttributeImpl extends LDtoAbstractAttributeImpl implements LDtoAttribute {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected LDtoAttributeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return OSBPDtoPackage.Literals.LDTO_ATTRIBUTE;
}
} //LDtoAttributeImpl