Enumeration
Special kind of DataType whose range is a list of predefined values, called EnumerationLiterals.
An Enumeration corresponds to C++ or Java enum, or equivalent types in Pascal, Ada or any other language. In Modelio, an Enumeration belongs to its NameSpace.
: Enumeration (architecture_autodiagram)
Figure 211 : Enumeration (architecture_autodiagram)
EnumerationGeneralClassEnumerationLiteral
Association
Description
Value : EnumerationLiteral [0..*]
Link to the "Literal", which represents the possible values of the type representatives.