@DTO public class CommandSetAttributes extends java.lang.Object
Command.setAttributes(UESURI, CommandSetAttributes)
.Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
asynchronous
Flag if command is asynchronous.
|
private java.lang.String |
code
The new code of the command.
|
private java.lang.String |
controllerUrlPath
The new controllerUrlPath of the command.
|
private java.lang.String |
description
The new description of the command.
|
private UESURI |
iconUri
UESURI of the command icon.
|
private java.lang.String |
name
The new name of the command.
|
private UESSecurityLevel |
securityLevel
Security level of the command.
|
Constructor and Description |
---|
CommandSetAttributes()
Creates a new instance of CommandSetAttributes.
|
CommandSetAttributes(java.lang.String name,
Creates a new instance of CommandSetAttributes.
|
NULL_URI
value is set, the use case realization icon is
removed and the command uses icon from meta artifact.