/** * <copyright> * Copyright (c) 2008 Open Canarias 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: * A. Sanchez-Barbudo - initial API and implementation * * </copyright> * * $Id: ConstructorImpl.java,v 1.2 2009/01/25 23:12:23 radvorak Exp $ */ package org.eclipse.m2m.qvt.oml.ecore.QVTOperational.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.m2m.qvt.oml.ecore.QVTOperational.Constructor; import org.eclipse.m2m.qvt.oml.ecore.QVTOperational.QVTOperationalPackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Constructor</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ConstructorImpl extends ImperativeOperationImpl implements Constructor { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ConstructorImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return QVTOperationalPackage.Literals.CONSTRUCTOR; } } //ConstructorImpl