In UML diagram, how can I set the type of an attribute of a class be CString?

F

flyingxu

I'm creating some UML diagrams.

I creat a new class named COperand, and I want to set add one attribute
named m_strValue whose type should be CString.
But I found that the drop down combo box has no CString to be selected
from! and it's a drop down combo box, I can't input the type!!!

It's very annoying! Is this by designed? How can I do that?
 
Top