blob: ccb2882582c06e6a01c5166414f53bb7622af9ca [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2012 itemis GmbH.
* 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:
* Nirmal Sasidharan - initial API and implementation
******************************************************************************/
package org.eclipse.rmf.rif11.ExchangeFile.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.rmf.rif11.ExchangeFile.AttributeValueComplex;
import org.eclipse.rmf.rif11.ExchangeFile.ExchangeFilePackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Attribute Value Complex</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public abstract class AttributeValueComplexImpl extends AttributeValueImpl implements AttributeValueComplex {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected AttributeValueComplexImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ExchangeFilePackage.Literals.ATTRIBUTE_VALUE_COMPLEX;
}
} //AttributeValueComplexImpl