コード例 #1
0
 public ims.RefMan.vo.beans.PreAssessmentOutcomeCommentsForPatElListVoBean[]
     getBeanCollectionArray() {
   ims.RefMan.vo.beans.PreAssessmentOutcomeCommentsForPatElListVoBean[] result =
       new ims.RefMan.vo.beans.PreAssessmentOutcomeCommentsForPatElListVoBean[col.size()];
   for (int i = 0; i < col.size(); i++) {
     PreAssessmentOutcomeCommentsForPatElListVo vo =
         ((PreAssessmentOutcomeCommentsForPatElListVo) col.get(i));
     result[i] = (ims.RefMan.vo.beans.PreAssessmentOutcomeCommentsForPatElListVoBean) vo.getBean();
   }
   return result;
 }