/** * Copyright (c) 2007, 2008 Borland Software Corporation 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: * Borland Software Corporation - initial API and implementation * * $Id: ModelParameterImpl.java,v 1.1 2008/04/07 15:58:59 radvorak Exp $ */ package org.eclipse.m2m.internal.qvt.oml.expressions.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.m2m.internal.qvt.oml.expressions.ExpressionsPackage; import org.eclipse.m2m.internal.qvt.oml.expressions.ModelParameter; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Model Parameter</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ModelParameterImpl extends VarParameterImpl implements ModelParameter { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public static final String copyright = "Copyright (c) 2007 Borland Software Corporation\r\n\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n \r\nContributors:\r\n Borland Software Corporation - initial API and implementation"; //$NON-NLS-1$ /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ModelParameterImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ExpressionsPackage.Literals.MODEL_PARAMETER; } } //ModelParameterImpl