AndroMDA JavaCartridge Namespace Components

  • cartridge
  • profile
  • metafacades

AndroMDA JavaCartridge Namespace Properties

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.
interface-impls (Back to Outlets)
Optional property
No default value available
The directory to which default interfaces implementations 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).
interfaceImplementationNamePattern (Back to Other)
Optional property
Default value: Default{0}
The pattern used to create the default interface implementation name, where {0} represents the name of the interface.
generateEqualPropertiesMethod (Back to Other)
Optional property
Default value: false
When set to 'true' the cartridge will generate an equalProperties(..) method which can be used to compare a value object's properties to that of another instance's.