I use the startUML of v2.2.0.
I create a class in Design Model,but I don't know how to chose Java basic data type for it's attributes.For example,I create a class named Customer,and it has two attributes such as customerNo and customerName.I know how to change their visibility but I don't know how to change their type.
Thanks.And there is a small question.When I generate Java code from class diagram,it alert me that selected element (Customer) is not an instance of UMLPackage.How can I generate Java code from Class Diagram?