AndroMDA Java Cartridge Namespace Components

  • cartridge
  • profile

AndroMDA Java Cartridge Namespace Properties

Outlets
Defines the locations to which output is generated.

services(Back to Outlets)
Optional property
No default value available
The directory to which POJO service interfaces are generated.
service-impls(Back to Outlets)
Optional property
No default value available
The directory to which POJO service implementation classes are generated
value-objects(Back to Outlets)
Optional property
No default value available
The directory to which value objects are generated.
exceptions(Back to Outlets)
Optional property
No default value available
The directory to which exceptions are generated.
enumerations(Back to Outlets)
Optional property
No default value available
The directory to which enumerations are generated.
interfaces(Back to Outlets)
Optional property
No default value available
The directory to which interfaces are generated.
serializable(Back to Other)
Optional property
Default value: true
Indicates whether or not generated objects must support distributed environments.
enablePropertyConstructors(Back to Other)
Optional property
Default value: true
Whether or not constructors taking all properties will be generated or not (on the value object for example).