Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Texo/Code Generation Details

< Texo
Revision as of 15:32, 13 May 2010 by Unnamed Poltroon (Talk) (New page: __TOC__ == Introduction == The Teneo code generation is controlled by annotations on the model. These annotations determine the class names, names of methods and java package names. When...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

The Teneo code generation is controlled by annotations on the model. These annotations determine the class names, names of methods and java package names. When Teneo generates code it will automatically create these annotations for each model element (EClass, EStructuralFeature). However, it is also possible to define these annotations in a so-called annotations model. Teneo will use these manual annotations and add its own annotations to have a complete annotated model. This document describes how the annotations model works and what parts of the annotations model

Creating and Editing an Annotations Model

Code Generation Properties (annotations)

This section gives a detailed description of the properties/features in the annotations model used for code generation.

EPackage Model Gen Features

EClass Model Gen Features

EReference Model Gen Features

EDataType Model Gen Features

EEnum Model Gen Features

Back to the top