コード例 #1
0
ファイル: ClassDef.java プロジェクト: tunneln/CarnotKE
 public WDBObject getInstance(int index, Adapter da) throws Exception {
   return da.getObject(this.name, (Integer) instances.get(index));
 }