public void visit(Values entity) {
   for (int i = 0; i < entity.size(); i++) wGetVisitor1().visit(entity.get(i));
 }