Artefact:Model/net/leue/andreas/sandbox/model30/Model30

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model30
Revision as of 14:48, 27 August 2012 by AndreasLeue (talk | contribs)
Jump to navigationJump to search
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]

Model30
«CoreClass»
...
XMState TableVersion"3"
VornameString«»
...
XMState ChangeLog{
    Rename = {
        OldName = "Name",
        NewName = "Nachname",
        TableVersion = "2"
    },
    Value = {
        RegExp = «^([^ ]*)(?: .*)$»,
        TableVersion = "3"
    }
}
NachnameString«»
...
XMState ChangeLog{
    Value = {
        RegExp = «^[^ ]*(?: (.*))$»,
        TableVersion = "3"
    }
}