Uses of Enum
de.gwdg.metadataqa.marc.definition.MarcFormat
Packages that use MarcFormat
Package
Description
-
Uses of MarcFormat in de.gwdg.metadataqa.marc.cli.parameters
Fields in de.gwdg.metadataqa.marc.cli.parameters declared as MarcFormatModifier and TypeFieldDescriptionprotected MarcFormatCommonParameters.marcFormatserialization format (like 'ISO' or 'MARCXML')Methods in de.gwdg.metadataqa.marc.cli.parameters that return MarcFormatMethods in de.gwdg.metadataqa.marc.cli.parameters with parameters of type MarcFormat -
Uses of MarcFormat in de.gwdg.metadataqa.marc.definition
Methods in de.gwdg.metadataqa.marc.definition that return MarcFormatModifier and TypeMethodDescriptionstatic MarcFormatstatic MarcFormatReturns the enum constant of this type with the specified name.static MarcFormat[]MarcFormat.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MarcFormat in de.gwdg.metadataqa.marc.utils
Methods in de.gwdg.metadataqa.marc.utils with parameters of type MarcFormatModifier and TypeMethodDescriptionstatic org.marc4j.MarcReaderQAMarcReaderFactory.getFileReader(MarcFormat marcFormat, String fileName) static org.marc4j.MarcReaderQAMarcReaderFactory.getFileReader(MarcFormat marcFormat, String fileName, CommonParameters parameters) static org.marc4j.MarcReaderQAMarcReaderFactory.getStreamReader(MarcFormat marcFormat, InputStream stream) static org.marc4j.MarcReaderQAMarcReaderFactory.getStreamReader(MarcFormat marcFormat, InputStream stream, CommonParameters parameters) static org.marc4j.MarcReaderQAMarcReaderFactory.getStringReader(MarcFormat marcFormat, String content) static org.marc4j.MarcReaderQAMarcReaderFactory.getStringReader(MarcFormat marcFormat, String content, CommonParameters parameters)