Package name case conversion creates problem

Code generation coverts all package names into small case. I have detailed my problem below. Is there a way to avoid this lower case conversion of package names ?

In my project, we are using third party object model which has package names with upper and lower cases. In our own object model (created in Visual Paradigm), we duplicate the some package structure and classes found in third party model, when our classes need a relationship with third party model classes.

The duplicated package structure should be exactly same as found in the model we purchased. So such packages need to be in mixed case as well. Unfortunately the generated code converts everything into lower case, and we are not able to use the generated code.

How to avoid this lower case conversion ?

raised in the wrong forum… will raise it in DBVA forum