/******************************************************************************* * Copyright (c) 2011, 2015 Willink Transformations and others. * 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: * E.D.Willink - initial API and implementation *******************************************************************************/ package org.eclipse.ocl.xtext.markupcs.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.ocl.xtext.markupcs.MarkupPackage; import org.eclipse.ocl.xtext.markupcs.OCLTextElement; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Ocl Text Element</b></em>'. * <!-- end-user-doc --> * * @generated */ public class OCLTextElementImpl extends CompoundElementImpl implements OCLTextElement { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected OCLTextElementImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return MarkupPackage.Literals.OCL_TEXT_ELEMENT; } } //OclTextElementImpl