Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/library (emf 2.3)/Library/text')
-rw-r--r--deprecated/library (emf 2.3)/Library/text/description.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/deprecated/library (emf 2.3)/Library/text/description.txt b/deprecated/library (emf 2.3)/Library/text/description.txt
deleted file mode 100644
index cdbf7a306..000000000
--- a/deprecated/library (emf 2.3)/Library/text/description.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Model Library
-
-This model description is not a real EMF artifact. It was generated by the
-org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
-code generator can be extended.
-This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
-
-Package library <http://www.example.eclipse.org/Library>
-
- Class Book
- Attribute title : String<<1..1>>
- Attribute pages : Int<<1..1>>
- Attribute category : BookCategory<<1..1>>
- Reference author : Writer<<1..1>>
-
- Class Library
- Attribute name : String<<1..1>>
- Reference writers : Writer<<0..*>>
- Reference books : Book<<0..*>>
-
- Class Writer
- Attribute name : String<<1..1>>
- Reference books : Book<<0..*>>
-
- Enum BookCategory
- Literal Mystery = 0
- Literal ScienceFiction = 1
- Literal Biography = 2
-
- DataType BookCategoryObject <org.eclipse.emf.common.util.Enumerator>

Back to the top