Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFJavaExtensionDescription.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFJavaExtensionDescription.java59
1 files changed, 0 insertions, 59 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFJavaExtensionDescription.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFJavaExtensionDescription.java
deleted file mode 100644
index 444a67c93..000000000
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFJavaExtensionDescription.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/**
- * Copyright (c) 2015 Obeo.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.htm
- * Contributors: Obeo - initial API and implementation
- */
-package org.eclipse.eef;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>EEF Java Extension Description</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * Contributes the referenced Java class as a service for the EEF runtime interpreters.
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.eef.EEFJavaExtensionDescription#getQualifiedName <em>Qualified Name</em>}</li>
- * </ul>
- *
- * @see org.eclipse.eef.EefPackage#getEEFJavaExtensionDescription()
- * @model
- * @generated
- */
-public interface EEFJavaExtensionDescription extends EObject {
- /**
- * Returns the value of the '<em><b>Qualified Name</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * The qualified name of the Java class to reference.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Qualified Name</em>' attribute.
- * @see #setQualifiedName(String)
- * @see org.eclipse.eef.EefPackage#getEEFJavaExtensionDescription_QualifiedName()
- * @model
- * @generated
- */
- String getQualifiedName();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFJavaExtensionDescription#getQualifiedName <em>Qualified Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Qualified Name</em>' attribute.
- * @see #getQualifiedName()
- * @generated
- */
- void setQualifiedName(String value);
-
-} // EEFJavaExtensionDescription

Back to the top