Uses of Class
org.marc4j.marc.ControlField

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

Uses of ControlField in org.marc4j.marc
 

Methods in org.marc4j.marc that return ControlField
 ControlField Record.getControlNumberField()
          Returns the control number field (tag 001).
 ControlField Record.getControlField(String tag)
          Returns the control field for the given tag.
 

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



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