Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Operation Field Substitution Macros
The following table lists each of the Operation field substitution macros with a description of the result.
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 |
---|---|
opAbstract |
Operation dialog: Virtual checkbox.
|
opAlias |
Operation dialog: Alias.
|
opBehavior |
Operation Behavior dialog: Behavior.
|
opCode |
Operation Behavior dialog: Initial Code.
|
opConcurrency |
Operation dialog: Concurrency.
|
opConst |
Operation dialog: Const checkbox.
|
opGUID |
The unique GUID for the current operation.
|
opImplMacros |
A space-separated list of macros defined in the implementation of this operation.
|
opIsQuery |
Operation dialog: IsQuery checkbox.
|
opMacros |
A space-separated list of macros defined in the declaration for this operation.
|
opName |
Operation dialog: Name.
|
opNotes |
Operation dialog: Notes.
|
opPure |
Operation dialog: Pure checkbox.
|
opReturnArray |
Operation dialog: Return Array checkbox.
|
opReturnClassifierGUID |
The unique GUID for the classifier of the current operation.
|
opReturnQualType |
The operation return type qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited). If the return type classifier has not been set, is equivalent to the opReturnType macro.
|
opReturnType |
Operation dialog: Return Type.
|
opScope |
Operation dialog: Scope.
|
opStatic |
Operation dialog: Static checkbox.
|
opStereotype |
Operation dialog: Stereotype.
|
opSynchronized |
Operation dialog: Synchronized checkbox.
|
Learn more