コード例 #1
0
 public void setGrade(UspstfSpecificRecommendation obj, int index) {
   String grade = "grade_" + index;
   obj.setGrade(grade);
 }