posts - 15,comments - 0,trackbacks - 0
          public void SetValue(Object obj, String fieldName, Object value)
          throws SecurityException, NoSuchFieldException,
          NoSuchMethodException, IllegalArgumentException,
          IllegalAccessException, InvocationTargetException {
          String firstLetter = fieldName.substring(0, 1).toUpperCase();
          String setMethodName = "set" + firstLetter + fieldName.substring(1);
          Field field = obj.getClass().getDeclaredField(fieldName);
          Method setMethod = obj.getClass().getDeclaredMethod(setMethodName,
          field.getType());
          setMethod.invoke(obj, value);
          }
          posted on 2011-10-16 21:46 aya000 閱讀(1325) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 枣阳市| 从江县| 庐江县| 边坝县| 察哈| 个旧市| 凤翔县| 抚宁县| 广东省| 花莲市| 太仓市| 崇州市| 遵义市| 安康市| 织金县| 石楼县| 朔州市| 松江区| 安庆市| 休宁县| 科技| 舟曲县| 钟山县| 宿松县| 商南县| 浏阳市| 锡林浩特市| 汤原县| 聂拉木县| 三都| 遂昌县| 石屏县| 平定县| 安阳县| 边坝县| 台东县| 阳原县| 怀集县| 班戈县| 富民县| 龙胜|