Uses of Class
org.marc4j.marc.DataField

Packages that use DataField
org.marc4j.marc This package contains a record object model to store and edit MARC records or parts of records as objects. 
 

Uses of DataField in org.marc4j.marc
 

Methods in org.marc4j.marc that return DataField
 DataField Record.getDataField(String tag)
          Returns the data field for the given tag.
 

Methods in org.marc4j.marc with parameters of type DataField
 void Record.add(DataField field)
          Adds a new DataField instance to the collection of variable fields.
 



Copyright © 2001-2004 Bas Peters. All Rights Reserved.