User Tools

Site Tools


dev-guide:creating-node-class

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev-guide:creating-node-class [2024/04/12 13:29] – created gaetandev-guide:creating-node-class [2024/04/12 13:30] (current) gaetan
Line 33: Line 33:
 </code> </code>
  
-The //enh:field// tag tells the script that the previously declared field has to be added to the persistence mechanism of GroIMP so that it is saved and restored as part of a cube. The tag also commands the script to create getter- and setter-methods. **It is important that the enh:field tag immediately follows the field declaration and is not split into several lines.** The //enh:insert// tag defines the location where the script shall insert the generated Java code. This has to be the last tag and should be placed at the end of the file.+The //enh:field// tag tells the script that the previously declared field has to be added to the persistence mechanism of GroIMP so that it is saved and restored as part of a cube. The tag also commands the script to create getter- and setter-methods. **It is important that the enh:field tag immediately follows the field declaration and is not split into several lines.** The //enh:insert// tag defines the location where the script shall insert the generated Java code. This has to be the last tag and should be placed at the end of the file. See [[:dev-guide:automatic-code-enhancement|this page]] for more information on the code enhancer.
  
 === Calling the code enhancer with Maven === === Calling the code enhancer with Maven ===
dev-guide/creating-node-class.1712921368.txt.gz · Last modified: 2024/04/12 13:29 by gaetan