Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/transaction01/Transaction01"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | transaction01
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Downloa...)
 
Line 11: Line 11:


<wiml>
<wiml>
# ClassName Stereotype
# Transaction01 InteractionClass
   > BaseClass
   An example transaction
  Single line class description
** Attribute1 String
** Attribute1Name Type Stereotype
  + XMLogic
   Single line attribute description
    - DefaultValue = "value1";
   + Extension11Name
   + XMPresentation
     - Property111Name = Property111Value
    - VisibilityStates = [state1,state2]
** Association1Name Type(1:n) Stereotype
   + XMVUI
   Single line association description
     - Mode = "transactionreadwrite"
** Association2Name Type(0..1:5) Stereotype
** Attribute2 String
   Single line association description
  + XMLogic
    - DefaultValue = "value2";
   + XMPresentation
    - VisibilityStates = [state2,state3]
   + XMVUI
    - Mode = "transactionreadwrite"
</wiml>
</wiml>


== {{Type:org/oomodels/wiki/doclet/Description}} ==
== {{Type:org/oomodels/wiki/doclet/Description}} ==

Revision as of 19:35, 26 February 2009

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]

Transaction01
«InteractionClass»
An example transaction
Attribute1String«»
...
XMLogic DefaultValue"value1"
XMPresentation VisibilityStates[
    state1,
    state2
]
XMVUI Mode"transactionreadwrite"
Attribute2String«»
...
XMLogic DefaultValue"value2"
XMPresentation VisibilityStates[
    state2,
    state3
]
XMVUI Mode"transactionreadwrite"


Description[edit]