Artefact:Model/net/leue/andreas/sandbox/model28/Model28

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model28
Revision as of 13:22, 13 September 2011 by AndreasLeue (talk | contribs) (Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Me...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]

Model28
«CoreClass»
NameString«»
...
XMLogic ValidationConstraint{
    Condition = {
        JavaCode = «@(Name) != null && @(Name).matches("A-Za-z0-9")»
    },
    ErrorMessage = "Der Name darf nur aus Buchstaben und Zahlen bestehen"
}