|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subfield | |
---|---|
org.marc4j.marc | Interfaces for the record object model. |
org.marc4j.marc.impl | Default implementation of the MARC record object model. |
Uses of Subfield in org.marc4j.marc |
---|
Methods in org.marc4j.marc that return Subfield | |
---|---|
Subfield |
DataField.getSubfield(char code)
Returns the first Subfield with the given code. |
abstract Subfield |
MarcFactory.newSubfield()
Returns a new subfield instance. |
abstract Subfield |
MarcFactory.newSubfield(char code)
Creates a new subfield with the given identifier. |
abstract Subfield |
MarcFactory.newSubfield(char code,
String data)
Creates a new subfield with the given identifier and data. |
Methods in org.marc4j.marc with parameters of type Subfield | |
---|---|
void |
DataField.addSubfield(int index,
Subfield subfield)
Inserts a Subfield at the specified position. |
void |
DataField.addSubfield(Subfield subfield)
Adds a Subfield . |
void |
DataField.removeSubfield(Subfield subfield)
Removes a Subfield . |
Uses of Subfield in org.marc4j.marc.impl |
---|
Classes in org.marc4j.marc.impl that implement Subfield | |
---|---|
class |
SubfieldImpl
Represents a subfield in a MARC record. |
Methods in org.marc4j.marc.impl that return Subfield | |
---|---|
Subfield |
DataFieldImpl.getSubfield(char code)
|
Subfield |
MarcFactoryImpl.newSubfield()
Returns a new subfield instance. |
Subfield |
MarcFactoryImpl.newSubfield(char code)
Creates a new subfield with the given identifier. |
Subfield |
MarcFactoryImpl.newSubfield(char code,
String data)
Creates a new subfield with the given identifier and data. |
Methods in org.marc4j.marc.impl with parameters of type Subfield | |
---|---|
void |
DataFieldImpl.addSubfield(int index,
Subfield subfield)
Inserts a Subfield at the specified position. |
void |
DataFieldImpl.addSubfield(Subfield subfield)
Adds a Subfield . |
void |
DataFieldImpl.removeSubfield(Subfield subfield)
Removes a Subfield . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |