Full name:
net.sf.nof:nof-codegen-jdo:0.0.1:generate
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| outputPackage | String | - | the package into which to generate the classes. User property is: outputPackage. |
| pathToModel | String | - | the path (including filename) to the model file. |
| Name | Type | Since | Description |
|---|---|---|---|
| abstractClassesPrefix | String | - | the prefix to use for the classnames of abstract classes.
(ObjectClasses will result in abstract classes) Default value is: Abstract. User property is: abstractClassesPrefix. |
| genServices | boolean | - | if Service Classes should be generated. Setting this to true is an
unsupported feature. Default value is: false. User property is: genServices. |
| outputDir | String | - | the path to place the generated sources. Default value is: ${project.build.directory}/generated-sources. User property is: outputDir. |
| runtimeClassesPrefix | String | - | the prefix to use for the classnames of runtime classes. (A
SubClassesBag that has at least one ObjectSubClass which is flagged
as runtime will result in a runtime classs) Default value is: Runtime. User property is: runtimeClassesPrefix. |