
UML/BPMN Metamodel
Definition of a module parameter.


Figure 255 : ModuleParameter (architecture_autodiagram)
Attribute | Description |
---|---|
string GroupName [1..1] | Name of the parameter group.
Allow module parameters to be sorted by groups. |
ModuleParameterType Type [1..1] | Type of the parameter. If the type is TYPE_PARAM_ENUM, the 'EnumType' 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. |
string DefaultValue [1..1] | Default value for the module parameter, written as a string. |
Association | Description |
---|---|
Enumeration used by the parameter. when the attribute "Type" is TYPE_PARAM_ENUM. |