Uses of Class
de.gwdg.metadataqa.marc.analysis.ShelfReadyFieldsBooks
-
Packages that use ShelfReadyFieldsBooks Package Description de.gwdg.metadataqa.marc.analysis de.gwdg.metadataqa.marc.dao.record -
-
Uses of ShelfReadyFieldsBooks in de.gwdg.metadataqa.marc.analysis
Methods in de.gwdg.metadataqa.marc.analysis that return ShelfReadyFieldsBooks Modifier and Type Method Description static ShelfReadyFieldsBooksShelfReadyFieldsBooks. valueOf(String name)Returns 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. -
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 ShelfReadyFieldsBooks Modifier and Type Method Description static Map<ShelfReadyFieldsBooks,String>Marc21Record. getRawShelfReadyMap()abstract Map<ShelfReadyFieldsBooks,Map<String,List<String>>>BibliographicRecord. getShelfReadyMap()Map<ShelfReadyFieldsBooks,Map<String,List<String>>>Marc21Record. getShelfReadyMap()Map<ShelfReadyFieldsBooks,Map<String,List<String>>>PicaRecord. getShelfReadyMap()
-