Book a Demo

Author Topic: Packagename in "Set Element Classifier"  (Read 2379 times)

Mads M Andesen

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Packagename in "Set Element Classifier"
« on: October 17, 2008, 08:50:34 pm »
Hi
We have an EA project that includes numerous independent java projects. Each of the java projects can have fx. a package called dto and within each of the dto-packages there can be fx. a class named account. All of the account classes are domain specific.

Problem:
For an operation, a class in yet another project needs to reference an account class as a parameter.
In the "Set Element Classifier" dialog, in the EA project, there might be three different packages called dto, each containing an account class.
Is there a setting by which EA will display the fully qualified package name in order to make it easier to pick the correct account class in the dialog, Ex. foo.footoo.dto istead of just dto.