Class UnimarcSchemaManager
java.lang.Object
de.gwdg.metadataqa.marc.utils.unimarc.UnimarcSchemaManager
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(UnimarcFieldDefinition fieldDefinition) lookup(UnimarcDataField dataField) Retrieve a field definition by the given dataField's tag.voidsetLeaderDefinition(UnimarcLeaderDefinition leaderDefinition) intsize()
-
Constructor Details
-
UnimarcSchemaManager
public UnimarcSchemaManager()
-
-
Method Details
-
add
-
size
public int size() -
lookup
Retrieve a field definition by the given dataField's tag. This method is used as a means of keeping consistency with the PicaSchemaManager in hopes of being able to provide a unified interface for both in the future.- Parameters:
dataField- The data field to look up- Returns:
- The definition for the respective dataField
-
lookup
-
getLeaderDefinition
-
setLeaderDefinition
-