Book a Demo

Author Topic: Displaying parameter names in class diagrams ?  (Read 11040 times)

markb

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Displaying parameter names in class diagrams ?
« on: October 27, 2003, 01:05:49 pm »
I am creating a class diagram.  My question is when I create a method (operation) for a class and specify one or more input parameters for the method, EA displays the types of the parameters, but not the names of the parameters.  For example if I have method:

MasterData getAccountInfo (String accountID)

It will display on the Class Diagram as:

+ getAccountInfo (String) : MasterData

The name of the parameter (accountID) will not display.  Is there a way to display this part also?

Thanks In Advance,

MarkB

Tjerk

  • EA User
  • **
  • Posts: 231
  • Karma: +1/-0
    • View Profile
Re: Displaying parameter names in class diagrams ?
« Reply #1 on: October 28, 2003, 02:10:12 am »
Rightclick on diagram and select diagram properties... Then you will find the Show parameter Detail dropbox in the lower right corner, selecting Full details will do the trick.

Tjerk

markb

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Displaying parameter names in class diagrams ?
« Reply #2 on: October 28, 2003, 03:11:58 pm »
Tjerk- I was not aware of "package" level properties at all.  Sweet.  That did the trick.  THANKS!

MarkB