blob: 43d4358da10201c2bd79a0c6778829d009112339 [file] [log] [blame]
/**
* Copyright (c) 2007, 2018 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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
*
* $Id: ModelParameter.java,v 1.1 2008/04/07 15:58:57 radvorak Exp $
*/
package org.eclipse.m2m.internal.qvt.oml.expressions;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Model Parameter</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.m2m.internal.qvt.oml.expressions.ExpressionsPackage#getModelParameter()
* @model
* @generated
*/
public interface ModelParameter extends VarParameter {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
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 v2.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v20.html\r\n \r\nContributors:\r\n Borland Software Corporation - initial API and implementation"; //$NON-NLS-1$
} // ModelParameter