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

From OOModels
Jump to navigationJump to search
Line 11: Line 11:


<wiml>
<wiml>
* ClassName testclass01
* Testclass01
  > 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 Testclass02(1:n)
    - Property111Name = Property111Value
 
** Association_testclass02 Type(1:n) testclass02
   association to testclass02
   association to testclass02
</wiml>
</wiml>
== {{Type:org/oomodels/wiki/doclet/Description}} ==

Revision as of 12:20, 31 March 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
A simple testclass 1
MyAttribute1String«»
comments on attribute 1
MyAttribute2Integer«»
comments on attribute 2
Association_testclass02──1:n──► Testclass02«»
association to testclass02