Enterprise Architect(Sparx Systems) - 在参数列表中添加参数名称和类型

sur*_*ajz 15 enterprise-architect

我无法获得由'Enterprise Architect'(Sparx Systems)生成的类图中显示的参数名称.我想在下面添加一个操作

+ delayFight(numberOfMinutes: int) : Date
Run Code Online (Sandbox Code Playgroud)

但是在添加参数名称和类型后,操作显示为此

+ delayFight(int) : Date
Run Code Online (Sandbox Code Playgroud)

有谁知道如何强制它显示参数名称?

谢谢

sur*_*ajz 31

弄清楚如何做到这一点.

从主菜单

diagram -> properties -> features -> show parameter detail -> (full)
Run Code Online (Sandbox Code Playgroud)