Uses of Enum
de.gwdg.metadataqa.marc.analysis.shelfready.ShelfReadyFieldsBooks
Packages that use ShelfReadyFieldsBooks
-
Uses of ShelfReadyFieldsBooks in de.gwdg.metadataqa.marc.analysis.shelfready
Methods in de.gwdg.metadataqa.marc.analysis.shelfready that return ShelfReadyFieldsBooksModifier and TypeMethodDescriptionstatic ShelfReadyFieldsBooksReturns the enum constant of this type with the specified name.static ShelfReadyFieldsBooks[]ShelfReadyFieldsBooks.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gwdg.metadataqa.marc.analysis.shelfready with parameters of type ShelfReadyFieldsBooksModifier and TypeMethodDescriptionstatic doubleShelfReadyAnalysis.calculateSelectorScore(BibliographicRecord marcRecord, ShelfReadyFieldsBooks category, Map.Entry<String, List<String>> fieldSelector) Calculates the score for a given selector (tag and subfield codes) in the given category. -
Uses of ShelfReadyFieldsBooks in de.gwdg.metadataqa.marc.dao.record
Methods in de.gwdg.metadataqa.marc.dao.record that return types with arguments of type ShelfReadyFieldsBooksModifier and TypeMethodDescriptionstatic Map<ShelfReadyFieldsBooks,String> Marc21BibliographicRecord.getRawShelfReadyMap()static Map<ShelfReadyFieldsBooks,String> UnimarcRecord.getRawShelfReadyMap()BibliographicRecord.getShelfReadyMap()Get the map of shelf-ready fields/subfieldsMarc21AuthorityRecord.getShelfReadyMap()Marc21BibliographicRecord.getShelfReadyMap()Marc21Record.getShelfReadyMap()PicaRecord.getShelfReadyMap()UnimarcRecord.getShelfReadyMap()