Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/PositionalTemplateBinding.java')
-rw-r--r--sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/PositionalTemplateBinding.java41
1 files changed, 41 insertions, 0 deletions
diff --git a/sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/PositionalTemplateBinding.java b/sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/PositionalTemplateBinding.java
new file mode 100644
index 00000000000..7aaa26d3649
--- /dev/null
+++ b/sandbox/Alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/PositionalTemplateBinding.java
@@ -0,0 +1,41 @@
+/**
+ */
+package org.eclipse.papyrus.alf.alf;
+
+import org.eclipse.emf.common.util.EList;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Positional Template Binding</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.papyrus.alf.alf.PositionalTemplateBinding#getQualifiedName <em>Qualified Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.papyrus.alf.alf.AlfPackage#getPositionalTemplateBinding()
+ * @model
+ * @generated
+ */
+public interface PositionalTemplateBinding extends TemplateBinding
+{
+ /**
+ * Returns the value of the '<em><b>Qualified Name</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.papyrus.alf.alf.QualifiedName}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Qualified Name</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>Qualified Name</em>' containment reference list.
+ * @see org.eclipse.papyrus.alf.alf.AlfPackage#getPositionalTemplateBinding_QualifiedName()
+ * @model containment="true"
+ * @generated
+ */
+ EList<QualifiedName> getQualifiedName();
+
+} // PositionalTemplateBinding

Back to the top