blob: 2b97faff908ae7449fcee8503ab86f617a7a5483 [file] [log] [blame]
/*
* Copyright (c) 2005, 2006 IBM 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:
* IBM - initial API and implementation
*
* $Id: OperationTemplateParameter.java,v 1.2 2006/05/12 20:38:06 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Operation Template Parameter</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An operation template parameter exposes an operation as a formal parameter for a template.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getOperationTemplateParameter()
* @model
* @generated
*/
public interface OperationTemplateParameter
extends TemplateParameter {
} // OperationTemplateParameter