Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTupleElement.java')
-rw-r--r--extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTupleElement.java82
1 files changed, 0 insertions, 82 deletions
diff --git a/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTupleElement.java b/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTupleElement.java
deleted file mode 100644
index 2133cb11ada..00000000000
--- a/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/InstanceCreationTupleElement.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
-
- */
-package org.eclipse.papyrus.alf.alf;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Instance Creation Tuple Element</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.papyrus.alf.alf.InstanceCreationTupleElement#getRole <em>Role</em>}</li>
- * <li>{@link org.eclipse.papyrus.alf.alf.InstanceCreationTupleElement#getObject <em>Object</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getInstanceCreationTupleElement()
- * @model
- * @generated
- */
-public interface InstanceCreationTupleElement extends EObject
-{
- /**
- * Returns the value of the '<em><b>Role</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Role</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Role</em>' attribute.
- * @see #setRole(String)
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getInstanceCreationTupleElement_Role()
- * @model
- * @generated
- */
- String getRole();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.alf.alf.InstanceCreationTupleElement#getRole <em>Role</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Role</em>' attribute.
- * @see #getRole()
- * @generated
- */
- void setRole(String value);
-
- /**
- * Returns the value of the '<em><b>Object</b></em>' containment reference.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Object</em>' containment reference isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Object</em>' containment reference.
- * @see #setObject(Expression)
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getInstanceCreationTupleElement_Object()
- * @model containment="true"
- * @generated
- */
- Expression getObject();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.alf.alf.InstanceCreationTupleElement#getObject <em>Object</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Object</em>' containment reference.
- * @see #getObject()
- * @generated
- */
- void setObject(Expression value);
-
-} // InstanceCreationTupleElement

Back to the top