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