Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Parameter Field Substitution Macros
This table lists each of the Parameter field substitution macros.
Field substitution macros are named according to Camel casing. Macros that represent checkboxes return a value of T if the box is selected. Otherwise the value is empty.
Macro Name |
Description |
See also |
---|---|---|
paramClassifierGUID |
The unique GUID for the classifier of the current parameter.
|
|
paramDefault |
Operation Parameters dialog: Default.
|
|
paramFixed |
Operation Parameters dialog: Fixed checkbox.
|
|
paramGUID |
The unique GUID for the current parameter.
|
|
paramIsEnum |
True, if the parameter uses the enum keyword (C++).
|
|
paramKind |
Operation Parameters dialog: Kind.
|
|
paramName |
Operation Parameters dialog: Name.
|
|
paramNotes |
Operation Parameters dialog: Notes.
|
|
paramQualType |
The parameter type qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited). If the parameter classifier has not been set, is equivalent to the paramType macro.
|
|
paramType |
Operation Parameters dialog: Type.
|
|