-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

i   can   not   get   the   setter   Method   for   a   property   in
forAllPropertiesWithTag.
My code looks like:

 <XDtProperty:forAllPropertiesWithTag tagName="obl:dataobject">
   <XDtEjbDataObj:ifIsNotAggregate>
     private <XDtMethod:methodType/> <XDtMethod:propertyName/>;
    <XDtMethod:ifHasMethod name="<XDtMethod:getterMethod/>">
     public <XDtMethod:methodType/> <XDtMethod:getterMethod/>()
     {
       return this.<XDtMethod:propertyName/>;
     }
    </XDtMethod:ifHasMethod>
    <XDtMethod:ifHasMethod name="<XDtMethod:setterMethod/>">
     public void <XDtMethod:setterMethod/>( <XDtMethod:methodType/> 
<XDtMethod:propertyName/> )
     {
       this.<XDtMethod:propertyName/> = <XDtMethod:propertyName/>;
     }
    </XDtMethod:ifHasMethod>
   </XDtEjbDataObj:ifIsNotAggregate>
 </XDtProperty:forAllPropertiesWithTag>




best regards

Ingo Bruell

- ---
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg    PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C  953C 8FE7 C648 169E E5FC
Germany      PGP-Public-Key available at pgpkeys.mit.edu

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5i

iQA/AwUBPaQFDo/nxkgWnuX8EQIFXQCgztIsn4Pw5Zu0OCkWW5+2++1bD9wAn08A
Ip3mptDgFKL+lPuwBj8XHMgg
=wqni
-----END PGP SIGNATURE-----




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to