Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTuple.java')
-rw-r--r--extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTuple.java47
1 files changed, 47 insertions, 0 deletions
diff --git a/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTuple.java b/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTuple.java
new file mode 100644
index 00000000000..0fb5683db2d
--- /dev/null
+++ b/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTuple.java
@@ -0,0 +1,47 @@
+/**
+ * <copyright>
+ * </copyright>
+ *
+
+ */
+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>Instance Creation Tuple</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.papyrus.alf.alf.InstanceCreationTuple#getInstanceCreationTupleElement <em>Instance Creation Tuple Element</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.papyrus.alf.alf.AlfPackage#getInstanceCreationTuple()
+ * @model
+ * @generated
+ */
+public interface InstanceCreationTuple extends EObject
+{
+ /**
+ * Returns the value of the '<em><b>Instance Creation Tuple Element</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.papyrus.alf.alf.InstanceCreationTupleElement}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Instance Creation Tuple Element</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>Instance Creation Tuple Element</em>' containment reference list.
+ * @see org.eclipse.papyrus.alf.alf.AlfPackage#getInstanceCreationTuple_InstanceCreationTupleElement()
+ * @model containment="true"
+ * @generated
+ */
+ EList<InstanceCreationTupleElement> getInstanceCreationTupleElement();
+
+} // InstanceCreationTuple

Back to the top