|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.marc4j.marc.impl.Verifier
public class Verifier
Handles MARC checks on tags, data elements and Record
objects.
Method Summary | |
---|---|
static boolean |
hasControlNumberField(Collection col)
Returns true if the given Collection contains an instance of
a ControlField with a control number field tag (001). |
static boolean |
isControlField(String tag)
Returns true if the given String value identifies a tag for
a control field (001 through 009). |
static boolean |
isControlNumberField(String tag)
Returns true if the given String value identifies a tag for
a control number field (001). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isControlField(String tag)
String
value identifies a tag for
a control field (001 through 009).
public static boolean isControlNumberField(String tag)
String
value identifies a tag for
a control number field (001).
public static boolean hasControlNumberField(Collection col)
Collection
contains an instance of
a ControlField
with a control number field tag (001).
col
- the collection of ControlField
objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |