Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/secondarytable/SecondarytableFactory.java')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/secondarytable/SecondarytableFactory.java46
1 files changed, 0 insertions, 46 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/secondarytable/SecondarytableFactory.java b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/secondarytable/SecondarytableFactory.java
deleted file mode 100644
index aae4fab83..000000000
--- a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/secondarytable/SecondarytableFactory.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id: SecondarytableFactory.java,v 1.1 2006/07/11 16:57:15 mtaal Exp $
- */
-package org.eclipse.emf.teneo.samples.emf.annotations.secondarytable;
-
-import org.eclipse.emf.ecore.EFactory;
-
-/**
- * <!-- begin-user-doc -->
- * The <b>Factory</b> for the model.
- * It provides a create method for each non-abstract class of the model.
- * <!-- end-user-doc -->
- * @see org.eclipse.emf.teneo.samples.emf.annotations.secondarytable.SecondarytablePackage
- * @generated
- */
-public interface SecondarytableFactory extends EFactory {
- /**
- * The singleton instance of the factory.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- SecondarytableFactory eINSTANCE = org.eclipse.emf.teneo.samples.emf.annotations.secondarytable.impl.SecondarytableFactoryImpl.init();
-
- /**
- * Returns a new object of class '<em>Printer</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Printer</em>'.
- * @generated
- */
- Printer createPrinter();
-
- /**
- * Returns the package supported by this factory.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the package supported by this factory.
- * @generated
- */
- SecondarytablePackage getSecondarytablePackage();
-
-} //SecondarytableFactory

Back to the top