Enumeration Quick Dialog

StarUML

Enumeration Quick Dialog

Top  Previous  Next

Enumeration Quick Dialog is applied only to enumeration elements. This appears when an enumeration is double-clicked in a diagram. Hitting the [Enter] key or clicking outside the quick dialog applies the changes.

ch11.h200

Visibility Button ch11.h21

Enumeration visibility can be selected from ch11.h194 Public, ch11.h195 Protected, ch11.h196 Private, and ch11.h197 Package.

Edit Field ch11.h28

Enumeration name, visibility and stereotype can be entered in the edit field according to the syntax.

Syntax

<< stereotype >> visibility name

·<< stereotype >> : Enter the stereotype name. This may be omitted.
·visibility : Enter the character that corresponds to the enumerations visibility (+: public, #: protected, -: private, ~: package). This may be omitted.
·name : Enter the enumerations name.

Add Literal Button ch11.h29

Creates and adds a new literal.

Add Operation Button ch11.h25

Creates and adds a new operation.

Elements Applied

Enumeration