Difference between revisions of "Artefact:Model/de/mhemmer/sandbox/testbundle/Testclass01"

From OOModels
Jump to navigationJump to search
 
(11 intermediate revisions by the same user not shown)
Line 11: Line 11:


<wiml>
<wiml>
* ClassName testclass01
* Testclass01 CoreClass
  > BaseClass
   A simple testclass 1
   A simple testclass 1
** MyAttribute1 Type String
** MyAttribute1 String
   comments on attribute 1
   comments on attribute 1
  + Extension11Name
** MyAttribute2 Integer
    - Property111Name = Property111Value
** MyAttribute2 Type Integer
   comments on attribute 2
   comments on attribute 2
  + Extension11Name
** Association_testclass02 de/mhemmer/sandbox/testbundle/Testclass02(*)
    - Property111Name = Property111Value
 
** Association_testclass02 Type(1:n) testclass02
   association to testclass02
   association to testclass02
</wiml>
</wiml>
== {{Type:org/oomodels/wiki/doclet/Description}} ==

Latest revision as of 18:54, 3 April 2009

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:de/mhemmer
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)
create new pages

Code[edit]

Testclass01
«CoreClass»
A simple testclass 1
MyAttribute1String«»
comments on attribute 1
MyAttribute2Integer«»
comments on attribute 2
Association_testclass02──*──► Testclass02«»
association to testclass02