| Package | Description |
|---|---|
| info.freelibrary.marc4j.impl |
Default implementation of the MARC record object model.
|
| org.marc4j.marc |
Interfaces for the record object model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControlFieldImpl
ControlField defines behavior for a control field (tag 001-009).
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ControlField> |
RecordImpl.controlFields |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlField> |
RecordImpl.getControlFields()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlField> |
Record.getControlFields()
Returns a list of control fields
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MarcFactory.validateControlField(ControlField field)
|
Copyright © 2014 FreeLibrary. All Rights Reserved.