All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gwdg.metadataqa.marc.Extractable Maven / Gradle / Ivy

package de.gwdg.metadataqa.marc;

import de.gwdg.metadataqa.marc.definition.MarcVersion;
import de.gwdg.metadataqa.marc.model.SolrFieldType;

import java.util.List;
import java.util.Map;

public interface Extractable {
  Map> getKeyValuePairs();
  Map> getKeyValuePairs(SolrFieldType type);
  Map> getKeyValuePairs(SolrFieldType type, MarcVersion marcVersion);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy