Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model03/Person"
From OOModels
Jump to navigationJump to search
Wolfmueller (talk | contribs) (→Code) |
AndreasLeue (talk | contribs) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
== Code == | == Code == | ||
''external imports not necessary, instead use type mapping on [[Artefact:Model/org/oomodels/primitives/String]] during download'' | |||
<wiml> | <wiml> | ||
* Person CoreClass | * Person CoreClass | ||
^^ java.lang.String, java.lang.Integer | |||
+ XMPresentation | + XMPresentation | ||
- Name = LiteralVariants={de="Person",en="Person"} | - Name = LiteralVariants={de="Person",en="Person"} | ||
- IconName= "person" | - IconName= "person" | ||
- ShortDescription = LiteralVariants={de="Beschreibung einer Person",en="Description of Person"} | - ShortDescription = LiteralVariants={de="Beschreibung einer Person",en="Description of Person"} | ||
- Style = "tabs" | |||
** Vorname String | ** Vorname String | ||
** Nachname String | ** Nachname String | ||
Line 22: | Line 26: | ||
** Adresse net/leue/andreas/sandbox/model03/Adresse(*) | ** Adresse net/leue/andreas/sandbox/model03/Adresse(*) | ||
+ XMPresentation | + XMPresentation | ||
- Name=LiteralVariants={de="Adressen",en="addresses"} | - Name=LiteralVariants={de="Adressen",en="addresses"} | ||
- ShortDescription = LiteralVariants={de="Adressen zu einer Person.",en="addresses of a person."} | |||
</wiml> | </wiml> |
Latest revision as of 21:49, 19 August 2023
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
Private namespace of Andreas Leue. | |
create new pages |
Code[edit]
external imports not necessary, instead use type mapping on Artefact:Model/org/oomodels/primitives/String during download
Person «CoreClass» | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
...
...
|
||||||||||||||
Vorname | String | «» | ||||||||||||
Nachname | String | «» | ||||||||||||
Alter | Integer | «» | ||||||||||||
Titel | String | «» | ||||||||||||
Adresse | ──*──► Adresse | «» | ...
|