[rules-users] How to iterate ArrayList object

2009-07-09 Thread Ashok Deivasigamani
I have a Message Object which has a Attribute Object which has a ArrayList of AttributeParams Objects. How can I iterate through the ArrayList to get to a perticular AttributeParans Object in the drl file. The java representation of these Objects are as Follows Class Message { private

[rules-users] How to iterate ArrayList object

2009-07-09 Thread Ashok Deivasigamani
I have a Message Object which has a Attribute Object which has a ArrayList of AttributeParams Objects. How can I iterate through the ArrayList to get to a perticular AttributeParans Object in the drl file. The java representation of these Objects are as Follows Class Message { private

Re: [rules-users] How to iterate ArrayList object

2009-07-09 Thread Edson Tirelli
Read the manual. Look for from CE. []s Edson 2009/7/9 Ashok Deivasigamani ashokde...@gmail.com I have a Message Object which has a Attribute Object which has a ArrayList of AttributeParams Objects. How can I iterate through the ArrayList to get to a perticular AttributeParans