Class PositionalControlField
java.lang.Object
de.gwdg.metadataqa.marc.definition.ControlField
de.gwdg.metadataqa.marc.definition.PositionalControlField
- All Implemented Interfaces:
Extractable,Validatable
public abstract class PositionalControlField
extends ControlField
implements Extractable, Validatable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BibliographicRecordprotected List<ValidationError>protected List<ControlValue>protected Map<ControlfieldPositionDefinition,String> Fields inherited from class de.gwdg.metadataqa.marc.definition.ControlField
content -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyValuePairs(String tag, String mqTag, SolrFieldType type) getMap()voidsetMarcRecord(BibliographicRecord marcRecord) Methods inherited from class de.gwdg.metadataqa.marc.definition.ControlField
getContent, getSolrKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.gwdg.metadataqa.marc.Extractable
getKeyValuePairs, getKeyValuePairsMethods inherited from interface de.gwdg.metadataqa.marc.Validatable
getValidationErrors, validate
-
Field Details
-
marcRecord
-
valuesMap
-
valuesList
-
validationErrors
-
-
Constructor Details
-
PositionalControlField
public PositionalControlField()
-
-
Method Details
-
setMarcRecord
-
getKeyValuePairs
- Specified by:
getKeyValuePairsin interfaceExtractable
-
getKeyValuePairs
-
getMap
-