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/Embedded.java')
-rwxr-xr-xcore/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java
new file mode 100755
index 000000000..c4a69248a
--- /dev/null
+++ b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java
@@ -0,0 +1,20 @@
+/**
+ * <copyright>
+ * </copyright>
+ *
+ * $Id: Embedded.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>Embedded</b></em>'. <!-- end-user-doc -->
+ *
+ *
+ * @see org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage#getEmbedded()
+ * @model annotation="teneo/internal/Target 0='EReference'"
+ * annotation="http://www.eclipse.org/emf/2002/Ecore constraints='EmbedByValue'"
+ * @generated
+ */
+public interface Embedded extends PAnnotation {
+
+} // Embedded

Back to the top