Artefact:Template/org/oogenerator/examples/codegeneration/ooem-1.0-java-pojoraw-1.0

From OOModels
Jump to navigationJump to search
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);
«}/∀»
}