Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/AccessCompletion.java')
-rw-r--r--extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/AccessCompletion.java51
1 files changed, 0 insertions, 51 deletions
diff --git a/extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/AccessCompletion.java b/extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/AccessCompletion.java
deleted file mode 100644
index f1b608167bc..00000000000
--- a/extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/AccessCompletion.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- */
-package org.eclipse.papyrus.alf.alf;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Access Completion</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.papyrus.alf.alf.AccessCompletion#getAccessIndex <em>Access Index</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getAccessCompletion()
- * @model
- * @generated
- */
-public interface AccessCompletion extends EObject
-{
- /**
- * Returns the value of the '<em><b>Access Index</b></em>' containment reference.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Access Index</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>Access Index</em>' containment reference.
- * @see #setAccessIndex(Expression)
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getAccessCompletion_AccessIndex()
- * @model containment="true"
- * @generated
- */
- Expression getAccessIndex();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.alf.alf.AccessCompletion#getAccessIndex <em>Access Index</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Access Index</em>' containment reference.
- * @see #getAccessIndex()
- * @generated
- */
- void setAccessIndex(Expression value);
-
-} // AccessCompletion

Back to the top