Skip to main content
summaryrefslogtreecommitdiffstats
blob: f72f6e072aa1805b7b14375fe9733492e0c24184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package org.eclipse.qvtd.xtext.qvtcorecst;

import org.eclipse.ocl.examples.xtext.base.baseCST.TypedElementCS;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Param Declaration CS</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.qvtd.xtext.qvtcorecst.QVTcoreCSTPackage#getParamDeclarationCS()
 * @model
 * @generated
 */
public interface ParamDeclarationCS extends TypedElementCS {
} // ParamDeclarationCS

Back to the top