Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java')
-rwxr-xr-xcore/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java
new file mode 100755
index 000000000..ec99befde
--- /dev/null
+++ b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java
@@ -0,0 +1,20 @@
+/**
+ * <copyright>
+ * </copyright>
+ *
+ * $Id: Id.java,v 1.5 2007/07/04 19:28:01 mtaal Exp $
+ */
+package org.eclipse.emf.teneo.annotations.pannotation;
+
+/**
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Id</b></em>'. <!-- end-user-doc -->
+ *
+ *
+ * @see org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage#getId()
+ * @model annotation="teneo/internal/Target 0='EAttribute'"
+ * annotation="http://www.eclipse.org/emf/2002/Ecore constraints='AllowedElementType'"
+ * @generated
+ */
+public interface Id extends PAnnotation {
+
+} // Id

Back to the top