7475767778798081828384
} if ((pRdrs != null) && (pRdrs.length > 0 ) ){ Property[] props = new Property[pRdrs.length]; for(int i =0; i < pRdrs.length; i++) { props[i] = new Property(); pRdrs[i].accept( new PropertyVisitor(props[i])); } _lb.setProperty2(props); }