|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlField | |
---|---|
org.marc4j.marc | Interfaces for the record object model. |
org.marc4j.marc.impl | Default implementation of the MARC record object model. |
Uses of ControlField in org.marc4j.marc |
---|
Methods in org.marc4j.marc that return ControlField | |
---|---|
ControlField |
Record.getControlNumberField()
Returns the control number field or null if no control
number field is available. |
abstract ControlField |
MarcFactory.newControlField()
Returns a new control field instance. |
abstract ControlField |
MarcFactory.newControlField(String tag)
Creates a new control field with the given tag and returns the instance. |
abstract ControlField |
MarcFactory.newControlField(String tag,
String data)
Creates a new control field with the given tag and data and returns the instance. |
Uses of ControlField in org.marc4j.marc.impl |
---|
Classes in org.marc4j.marc.impl that implement ControlField | |
---|---|
class |
ControlFieldImpl
Represents a control field in a MARC record. |
Methods in org.marc4j.marc.impl that return ControlField | |
---|---|
ControlField |
RecordImpl.getControlNumberField()
Returns the control number field or null if no control
number field is available. |
ControlField |
MarcFactoryImpl.newControlField()
Returns a new control field instance. |
ControlField |
MarcFactoryImpl.newControlField(String tag)
Creates a new control field with the given tag and returns the instance. |
ControlField |
MarcFactoryImpl.newControlField(String tag,
String data)
Creates a new control field with the given tag and data and returns the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |