Is there a way to represent an enum class in Visio 2007?
Asked Answered
S

2

7

I am designing a Class Diagram (static structure) and would like to include some Enum classes. However I cannot seem to find a suitable way to represent this. Any ideas?

Seldan answered 13/2, 2011 at 18:6 Comment(0)
C
19

Create a datatype, go to Properties, and apply the stereotype enumeration to it.

Contaminant answered 13/2, 2011 at 18:17 Comment(0)
B
1
  1. choose UML Static Structures> DataType.
  2. Properties> 'Stereotype' to 'Enumeration'
  3. Add Enum values (LHS panel has 'Enumeration' listed for this. This is enabled by Step-2

Refer Image: enter image description here

Badmouth answered 20/1, 2017 at 7:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.