Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:10:14 +0000
committerMartin Taal2011-11-01 18:10:14 +0000
commit709ec105b89258b5e6b27e57cb3deb177529c54c (patch)
tree436b7b45306590da29d24dfa9b6ad252c2a987d1 /tests/org.eclipse.emf.teneo.hibernate.test/text
parent0298896cf5731abb5e728ca6997fd2410d0a8f0f (diff)
downloadorg.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.gz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.xz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.zip
Remove everything for restructuring
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/text')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/text/description.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/text/description.txt b/tests/org.eclipse.emf.teneo.hibernate.test/text/description.txt
deleted file mode 100644
index 6408f76ff..000000000
--- a/tests/org.eclipse.emf.teneo.hibernate.test/text/description.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Model Claim
-
-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 model <http://model.test.teneo.vsp.com>
-
- Class Claim
- Reference claimCompositeKey : ClaimCompositeKey<<1..1>>
- Attribute billingName : String<<1..1>>
- Attribute claimGroupVSPId : String<<1..1>>
- Attribute claimStatus : String<<1..1>>
- Reference claimLine : ClaimLine<<0..*>>
-
- Class ClaimCompositeKey
- Attribute claimNumber : String<<1..1>>
- Attribute claimExtensionNumber : String<<1..1>>
-
- Class ClaimLine
- Reference claim : Claim<<1..1>>
- Reference claimLineCompositeKey : ClaimLineCompositeKey<<1..1>>
- Attribute claimLineBilledAmount : Decimal<<1..1>>
- Attribute serviceCode : String<<1..1>>
- Attribute claimLineStatus : String<<1..1>>
-
- Class ClaimLineCompositeKey
- Reference claim : Claim<<1..1>>
- Attribute claimLineNumber : String<<1..1>>

Back to the top