|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |