| 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 |
DataFieldImpl
DataField defines behavior for a data field (tag 010-999).
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DataField> |
RecordImpl.dataFields |
| Modifier and Type | Method and Description |
|---|---|
DataField |
MarcFactoryImpl.newDataField()
Returns a new data field instance.
|
DataField |
MarcFactoryImpl.newDataField(String tag,
char ind1,
char ind2)
Creates a new data field with the given tag and indicators and returns
the instance.
|
DataField |
MarcFactoryImpl.newDataField(String tag,
char ind1,
char ind2,
String... subfieldCodesAndData)
Creates a new data field with the given tag and indicators and subfields
and returns the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataField> |
RecordImpl.getDataFields()
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataField |
MarcFactory.newDataField()
Returns a new data field instance.
|
abstract DataField |
MarcFactory.newDataField(String tag,
char ind1,
char ind2)
Creates a new data field with the given tag and indicators and returns
the instance.
|
abstract DataField |
MarcFactory.newDataField(String tag,
char ind1,
char ind2,
String... subfieldCodesAndData)
Creates a new data field with the given tag and indicators and subfields
and returns the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataField> |
Record.getDataFields()
Returns a list of data fields
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MarcFactory.validateDataField(DataField field)
|
Copyright © 2014 FreeLibrary. All Rights Reserved.