|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.marc4j.marc.VariableField
VariableField
defines general behaviour for
variable fields.
According to the MARC standard the variable fields follow the leader and the directory in the record and consist of control fields and data fields. Control fields precede data fields in the record and are arranged in the same sequence as the corresponding entries in the directory.
ControlField
,
DataField
,
Serialized FormField Summary | |
static char |
FT
The field terminator |
Constructor Summary | |
VariableField()
Default constructor. |
|
VariableField(String tag)
Creates a new VariableField for the supplied tag. |
Method Summary | |
String |
getTag()
Returns the tag name. |
void |
setTag(String tag)
Registers the tag name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final char FT
Constructor Detail |
public VariableField()
Default constructor.
public VariableField(String tag)
Creates a new VariableField
for the supplied tag.
tag
- the tag nameMethod Detail |
public void setTag(String tag)
Registers the tag name.
tag
- the tag namepublic String getTag()
Returns the tag name.
String
- the tag name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |