Book a Demo

Author Topic: namespace question  (Read 2244 times)

jdavid

  • EA User
  • **
  • Posts: 58
  • Karma: +0/-0
    • View Profile
namespace question
« on: February 25, 2005, 07:41:46 am »
I am a little confused about namespaces in EA

If I create a package with the name 'Nordis' and then create another package within the package nordis called 'Enterprise' and then create a class called 'User' with the package 'Enterprise' will the complete namespace carry through

Example:
Nordis
Nordis.Enterprise (Namespace of package Enterprise)
Nordis.Enterprise.User (Namespace of class User)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: namespace question
« Reply #1 on: February 27, 2005, 05:44:08 am »
basicly yes, just dont forget to clear namspace root
Recursion definition:
If you don’t understand the definition read "Recursion definition".