Enum class in class diagram without the specific part for function

0 votes
asked Apr 29, 2015 in Wanted features by anonymous
When you create an enumerate there is generally no function that goes with it. I think it would be nice if enums had only two part :

- A part with the big red E and the enum ClassName

- A part with the enum's list of values

- No third part by default because there is probably no function in this class

Regards,

1 Answer

+1 vote
answered May 12, 2015 by anonymous

you can do this with:

hide enum methods

then if you have a specific enum that has methods that you want to show then you can do that with

show SpecificEnumType methods

commented May 13, 2015 by Pierre.Sassoulas (200 points)
Thanks, I did'nt know that. Maybe "hide enum method" should be true by default though.
...