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

Hi,

i forgot some infos:

the  custom tag "obl:dataobject" only occurs on the getter Method like
the  non  custom  tags.  in  an  earlier  version it was possible with
"XDtMethod:forAllMethods   tagName="obl:dataobject"   but  if  i  try
"<XDtMethod:ifHasMethod  name="<XDtMethod:setterMethod/>">"  i  get no
result, also.
I am using the 1.2 beta

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

IB>  <XDtProperty:forAllPropertiesWithTag tagName="obl:dataobject">
IB>    <XDtEjbDataObj:ifIsNotAggregate>
IB>      private <XDtMethod:methodType/> <XDtMethod:propertyName/>;
IB>     <XDtMethod:ifHasMethod name="<XDtMethod:getterMethod/>">
IB>      public <XDtMethod:methodType/> <XDtMethod:getterMethod/>()
IB>      {
IB>        return this.<XDtMethod:propertyName/>;
IB>      }
IB>     </XDtMethod:ifHasMethod>
IB>     <XDtMethod:ifHasMethod name="<XDtMethod:setterMethod/>">
IB>      public void <XDtMethod:setterMethod/>( <XDtMethod:methodType/> 
<XDtMethod:propertyName/> )
IB>      {
IB>        this.<XDtMethod:propertyName/> = <XDtMethod:propertyName/>;
IB>      }
IB>     </XDtMethod:ifHasMethod>
IB>    </XDtEjbDataObj:ifIsNotAggregate>
IB>  </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/AwUBPaQIJo/nxkgWnuX8EQLEkwCcDvi0UPO2FI2Tp894DpQg70F7xUsAoOPL
KKcHa07WlVQwR3a6hgadsANt
=eoyd
-----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