Uses of Class
de.gwdg.metadataqa.marc.definition.MarcFormat
-
Packages that use MarcFormat Package Description de.gwdg.metadataqa.marc.cli.parameters de.gwdg.metadataqa.marc.definition de.gwdg.metadataqa.marc.utils -
-
Uses of MarcFormat in de.gwdg.metadataqa.marc.cli.parameters
Fields in de.gwdg.metadataqa.marc.cli.parameters declared as MarcFormat Modifier and Type Field Description protected MarcFormatCommonParameters. marcFormatMethods in de.gwdg.metadataqa.marc.cli.parameters that return MarcFormat Modifier and Type Method Description MarcFormatCommonParameters. getMarcFormat()Methods in de.gwdg.metadataqa.marc.cli.parameters with parameters of type MarcFormat Modifier and Type Method Description voidCommonParameters. setMarcFormat(MarcFormat marcFormat) -
Uses of MarcFormat in de.gwdg.metadataqa.marc.definition
Methods in de.gwdg.metadataqa.marc.definition that return MarcFormat Modifier and Type Method Description static MarcFormatMarcFormat. byCode(String code)static MarcFormatMarcFormat. valueOf(String name)Returns 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 MarcFormat Modifier and Type Method Description static 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)
-