• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem adding key with WebObjects Builder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem adding key with WebObjects Builder


  • Subject: Re: Problem adding key with WebObjects Builder
  • From: "Clive Roberts" <email@hidden>
  • Date: Sat, 13 Aug 2005 10:22:11 +0100


>
> > If I do this, the following lines of code are added to my
> > Session.java source:
> >
> >     /** @TypeInfo Author */
> >     protected (null) authorList;
> >

protected NSMutableArray authorList;

When you created the key in WOBuilder, you should indicate the list was  an
NSMutableArray of Author elements and the "protected" statement should then
be as shown above.  "protected" means that this class and inheriting classes
can access "authorList", but no other classes - to them it behaves like
private.

Clive Roberts





 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Problem adding key with WebObjects Builder (From: Rick Hoge <email@hidden>)
 >Re: Problem adding key with WebObjects Builder (From: Rick Hoge <email@hidden>)

  • Prev by Date: Re: PostgreSQLPlugIn.framework
  • Next by Date: Re: Problem adding key with WebObjects Builder
  • Previous by thread: Re: Problem adding key with WebObjects Builder
  • Next by thread: Re: Problem adding key with WebObjects Builder
  • Index(es):
    • Date
    • Thread