Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/TemplateParameters.java')
-rw-r--r--sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/TemplateParameters.java43
1 files changed, 0 insertions, 43 deletions
diff --git a/sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/TemplateParameters.java b/sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/TemplateParameters.java
deleted file mode 100644
index 4974c8f9ef1..00000000000
--- a/sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/TemplateParameters.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- */
-package org.eclipse.papyrus.alf.alf;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Template Parameters</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.papyrus.alf.alf.TemplateParameters#getClassifierTemplateParameter <em>Classifier Template Parameter</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getTemplateParameters()
- * @model
- * @generated
- */
-public interface TemplateParameters extends EObject
-{
- /**
- * Returns the value of the '<em><b>Classifier Template Parameter</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.papyrus.alf.alf.ClassifierTemplateParameter}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Classifier Template Parameter</em>' containment reference list isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Classifier Template Parameter</em>' containment reference list.
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getTemplateParameters_ClassifierTemplateParameter()
- * @model containment="true"
- * @generated
- */
- EList<ClassifierTemplateParameter> getClassifierTemplateParameter();
-
-} // TemplateParameters

Back to the top