Uses of Class
com.bbn.openmap.dataAccess.iso8211.DDFField

Packages that use DDFField
com.bbn.openmap.dataAccess.asrp   
com.bbn.openmap.dataAccess.iso8211 This is a package containing classes that parse ISO 8211 files. 
 

Uses of DDFField in com.bbn.openmap.dataAccess.asrp
 

Methods in com.bbn.openmap.dataAccess.asrp that return DDFField
 DDFField GeneralASRPFile.getField(java.lang.String tag)
           
 

Methods in com.bbn.openmap.dataAccess.asrp with parameters of type DDFField
protected  void GeneralASRPFile.addField(DDFField ddf)
          Add a field to the field list.
 

Uses of DDFField in com.bbn.openmap.dataAccess.iso8211
 

Methods in com.bbn.openmap.dataAccess.iso8211 that return DDFField
 DDFField DDFRecord.findField(java.lang.String pszName, int iFieldIndex)
          Find the named field within this record.
 DDFField DDFRecord.getField(int i)
          Fetch field object based on index.
 

Methods in com.bbn.openmap.dataAccess.iso8211 with parameters of type DDFField
protected  void View8211.viewRecordField(DDFField poField)
          Dump the contents of a field instance in a record.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details