コード例 #1
0
ファイル: DTTemplate.java プロジェクト: agustinf/OpenGTS
 /**
  * ** Sets the field at the specified index ** @param ndx The index of the field to set ** @param
  * fld The field to set *
  */
 public void setField(int ndx, Field fld) {
   this.templateProps.setString(String.valueOf(ndx), fld.toString());
   this.fieldCount = -1;
 }