Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model17/Model17"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model17
Jump to navigationJump to search
Line 13: Line 13:
* Model17 CoreClass
* Model17 CoreClass
** Name String
** Name String
!! callMe void()
   + org/xmodel/XMLogicImplementation
   + org/xmodel/XMLogicImplementation
     - OperationDelegateToState=true
     - OperationDelegateToState=true
Line 21: Line 22:
   + org/xmodel/XMTSMJPA
   + org/xmodel/XMTSMJPA
     - OperationBody=JavaCode=« return "greatings from the db"; »
     - OperationBody=JavaCode=« return "greatings from the db"; »
!! callMe void()
</wiml>
</wiml>

Revision as of 21:13, 7 January 2011

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]

Model17
«CoreClass»
NameString«»
callMevoid () «»
...
XMLogicImplementation OperationDelegateToStatetrue
XMTSMVisibility StateInstancetrue
XMTSMInMemory OperationBodyJavaCode = « return "greatings from the memory"; »
XMTSMJPA OperationBodyJavaCode = « return "greatings from the db"; »