Uses of Class
de.gwdg.metadataqa.marc.utils.alephseq.AlephseqLine.TYPE
-
Packages that use AlephseqLine.TYPE Package Description de.gwdg.metadataqa.marc.cli.parameters de.gwdg.metadataqa.marc.utils.alephseq de.gwdg.metadataqa.marc.utils.marcreader -
-
Uses of AlephseqLine.TYPE in de.gwdg.metadataqa.marc.cli.parameters
Methods in de.gwdg.metadataqa.marc.cli.parameters that return AlephseqLine.TYPE Modifier and Type Method Description AlephseqLine.TYPECommonParameters. getAlephseqLineType() -
Uses of AlephseqLine.TYPE in de.gwdg.metadataqa.marc.utils.alephseq
Methods in de.gwdg.metadataqa.marc.utils.alephseq that return AlephseqLine.TYPE Modifier and Type Method Description static AlephseqLine.TYPEAlephseqLine.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static AlephseqLine.TYPE[]AlephseqLine.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gwdg.metadataqa.marc.utils.alephseq with parameters of type AlephseqLine.TYPE Constructor Description AlephseqLine(String raw, int lineNumber, AlephseqLine.TYPE type)AlephseqLine(String raw, AlephseqLine.TYPE type) -
Uses of AlephseqLine.TYPE in de.gwdg.metadataqa.marc.utils.marcreader
Methods in de.gwdg.metadataqa.marc.utils.marcreader with parameters of type AlephseqLine.TYPE Modifier and Type Method Description voidAlephseqMarcReader. setLineType(AlephseqLine.TYPE lineType)Constructors in de.gwdg.metadataqa.marc.utils.marcreader with parameters of type AlephseqLine.TYPE Constructor Description AlephseqMarcReader(String alephseqMarc, AlephseqLine.TYPE lineType)
-