blob: 71caf87d29317294c4c2c290ac50242b0d04cec5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2018 Willink Transformations 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:
* E.D.Willink - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.ecore;
import org.eclipse.emf.ecore.EClassifier;
import org.eclipse.emf.ecore.EOperation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Template Parameter Type</b></em>'.
* @since 3.0
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.ecore.EcorePackage#getTemplateParameterType()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='WellFormedName WellFormedInstanceTypeName'"
* @generated
*/
public interface TemplateParameterType
extends EClassifier,
org.eclipse.ocl.types.TemplateParameterType<EOperation> {
} // TemplateParameterType