Book a Demo

Author Topic: set/get for attributes?  (Read 3024 times)

JensDecker

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
set/get for attributes?
« on: February 05, 2004, 08:16:10 am »
Hello!

Any hints for what I have to do to get Get_XY/Set_XY
methods be added automatically for attributes?
Most of these attributes are just int/double numbers
in my case.

Thanks a lot,
Jens Decker

random12345

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: set/get for attributes?
« Reply #1 on: February 05, 2004, 10:14:50 am »
Yeah, just select the "property" stereotype on the attributes->general pane.  From here a "Create Property Implementation" pane will pop up and you can choose your preferences for the set/getters.

hope that helps