Enumeration

StarUML

Enumeration

Top  Previous  Next

Semantics

An Enumeration is a user-defined data type whose instances are a set of user-specified named enumeration literals. The literals have a relative order but no algebra is defined on them.

Procedure for creating enumeration

In order to create enumeration,

1.Click [Toolbox] -> [Class] -> [Enumeration] button.

ch05_2083

2.And click at the position where enumeration will be placed in the [main window].

ch05_2084