Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model03/Person"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model03
Jump to navigationJump to search
Line 10: Line 10:
== Code ==
== Code ==


''external imports not necessary, instead use type mapping on [[Artefact:Model/org/oomodels/primitives/String]]''
''external imports not necessary, instead use type mapping on [[Artefact:Model/org/oomodels/primitives/String]] during download''


<wiml>
<wiml>

Revision as of 14:01, 20 March 2012

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»
...
java.lan.String
java.lang.Integer
...
XMPresentation NameLiteralVariants = {
    de = "Person",
    en = "Person"
}
IconName"person"
ShortDescriptionLiteralVariants = {
    de = "Beschreibung einer Person",
    en = "Description of Person"
}
VornameString«»
NachnameString«»
AlterInteger«»
TitelString«»
Adresse──*──► Adresse«»
...
XMPresentation NameLiteralVariants = {
    de = "Adressen",
    en = "addresses"
}
ShortDescriptionLiteralVariants = {
    de = "Adressen zu einer Person.",
    en = "addresses of a person."
}