Difference between revisions of "Artefact:Template/org/oogenerator/examples/codegeneration/ooem-1.0-java-pojoraw-1.0"

From OOModels
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
  <span class="oogindentation">  ⋮</span><span class="oogcode">«}/∀»</span><span class="oogcontinuation">…</span>
  <span class="oogindentation">  ⋮</span><span class="oogcode">«}/∀»</span><span class="oogcontinuation">…</span>
  }
  }
</div>
</div>

Latest revision as of 16:05, 17 July 2008

Classification
Type Type:org/oogenerator/Template/2.0
Domain Domain:it/development/formatting
Category Type:org/oomodels/wiki/Template
Maturity final
More
Download Code
Namespace (more)

OOGenerator main package

create new pages

Code[edit]

G-2.0-uml-1.0 -*- coding: utf-8; -*-
package ‖"Ⓟ/ModelParent/Path";

public interface ‖"Ⓟ/Name" {
«∀(a:‖"Ⓟ/Attributes"){»
    public ⋖type⋗ get‖"Ⓟ/Name" (CallContext context);
    public void set‖"Ⓟ/Name" (CallContext context, ⋖type⋗ ‖"Ⓟ/Name"⌘MC/LCU/JAVAID);
«}/∀»
}