Modelio icon indicating copy to clipboard operation
Modelio copied to clipboard

Create data type "Object" and lists

Open BurningDev opened this issue 2 years ago • 1 comments

When I click on an attribute in the UML class diagram, a dialogue opens where I can change various parameters for the attribute - including the data type. The usual primitive data types are also available. However, I am missing the data type "Object" in Java. You can also select "none", but in my opinion these are two different things.

It would also be very important to have lists (in the sense of array lists) available as a data type.

BurningDev avatar Oct 18 '23 14:10 BurningDev

Hi BurningDev,

All the JDK classes and interfaces will be available in your model if you deploy the JDK library in your project : 1-AddJDKRamc 2-JDK

Then by typing "Object" in your Attribute's Type field you'll be able to select the java.lang.Object class : 3-JavaObject

Best regard, cde

modelio-cde avatar Nov 02 '23 14:11 modelio-cde