
Metamodel user guide
Definition of a module parameter.
Definition of a module parameter.


Figure 107 : ModuleParameter (architecture_autodiagram)
Attribute | Description |
---|---|
string SetName [1..1] | Name of the parameter group.
Allow module parameters to be sorted by groups. |
ModuleParameterType AssociatedType [1..1] | Type of the parameter.
If the type is TYPE_PARAM_ENUM, the 'Type' association must refer to an Enumeration. |
boolean IsUserRead [1..1] | If true, the parameter is visible in the module configuration dialog. |
boolean IsUserWrite [1..1] | If true and IsUserRead is true, the parameter is modifiable in the module configuration dialog. |
boolean IsApiRead [1..1] | if true, the parameter can be read with the modules API. |
boolean IsApiWrite [1..1] | if true, the parameter can be set with the modules API. |
Association | Description |
---|---|
Type : GeneralClass [0..1] | |
Owner : ModuleComponent [0..1] |