Uses of Class
de.gwdg.metadataqa.marc.dao.record.BibliographicRecord.RESOLVE
-
Packages that use BibliographicRecord.RESOLVE Package Description de.gwdg.metadataqa.marc.dao.record -
-
Uses of BibliographicRecord.RESOLVE in de.gwdg.metadataqa.marc.dao.record
Methods in de.gwdg.metadataqa.marc.dao.record that return BibliographicRecord.RESOLVE Modifier and Type Method Description static BibliographicRecord.RESOLVEBibliographicRecord.RESOLVE. valueOf(String name)Returns the enum constant of this type with the specified name.static BibliographicRecord.RESOLVE[]BibliographicRecord.RESOLVE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gwdg.metadataqa.marc.dao.record with parameters of type BibliographicRecord.RESOLVE Modifier and Type Method Description List<String>BibliographicRecord. extract(String tag, String subfield, BibliographicRecord.RESOLVE doResolve)Extact field value
-