| Header file extension |
Identify header file by processing the files with the chosen extension. |
| Source file extension |
Identify source file by processing the files with the chosen extension. |
| 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. |
| Folder structure follow package |
|
| C++ Collection |
- Array – Generate one-to-many relationship as array
- Collection – (default) Generate one-to-many relationship as collection
|
| 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
|