Part I. Getting started

Part II. UML modeling

Part III. Project glossary

Part IV. BPMN toolset

Part V. Project management

Part VI. Modeling toolset

Part VII. ArchiMate tools

Part VIII. Team collaboration

Part IX. Code engineering

Part X. Database design and engineering

Part XI. Advanced modeling toolset

Part XII. Document production

Part XIII. Business modeling

Part XIV. Business rule

Part XV. Agile development

Part XVI. Wireframe

Part XVII. Impact analysis

Part XVIII. CMMN toolset

Part XIX. SoaML modeling

Part XX. Design animation

Part XXI. IDE Integration

Part XXII. Interoperability and integration

Part XXIII. Process simulation

Part XXIV. Zachman and BMM

Part XXV. Appendix A - Application Options

Part XXVI. Appendix B - Project Options

Part XXVII. Appendix C

 

Code Options

Option Name Description
Default attribute type (default int) Type that will be assigned to Attribute upon code generation when type is unspecified.
Default operation return type (default void) Return Type that will be assigned to operation upon code generation when return type is unspecified.
Default parameter type (default int) Type that will be assigned to Parameter upon code generation when type is unspecified.
Generate Pre and Post Condition  
Reverse interface getter/ setter as association  
Auto realize interface (default false) Generate operations defined in interface in sub-classes.
Remove method body after changed to abstract method (default true) When an operation is set from non-abstract to abstract, updating code will remove the related method's body.
Use "is" prefix for getters that return boolean (default true) Generate getter's name as isXXXX() for getters that return a boolean value.
Synchronize source path (s) to server  
Reverse Java Getter/Setter to
  • Attribute's getter/setter property - Check the corresponding's getter/setter property. Operations will not be created.
  • Getter/Setter operations - Reverse as operations
Add import statement instead of using fully qualified type name (default true) Add import statement for referencing classes in another package/namespace instead of using fully qualified name inline.
Import fully qualified type name for referenced type (default false) Use fully qualified type name in import statements instead of using wildcard character * to represent importing all classes in package.
Java Collection
  • Array - Generate one-to-many relationship as array
  • Collection - (default) Generate one-to-many relationship as collection
Use generic collections (default true) Allow to use generic collection.
Generate annotation on
  • Property method - Generate annotation on property method
  • Field - Generate annotation on field
Generate annotation in code convention (default true) Generate annotation in code convention.
Mapping type for date Select the type to map to for Date type
Text File Encoding
  • System default - (default) The default system encoding will be selected as encoding for source files
  • Other -Specify an encoding for source files
Code Options details

Related Resources

The following resources may help you to learn more about the topic discussed in this page.

 
Chapter 6. Code Synchronization Table of Contents 2. Brace and Identation

We use cookies to offer you a better experience. By visiting our website, you agree to the use of cookies as described in our Cookie Policy.OK