Uses of Class
de.gwdg.metadataqa.marc.dao.Leader.Type
-
Packages that use Leader.Type Package Description de.gwdg.metadataqa.marc de.gwdg.metadataqa.marc.cli.parameters de.gwdg.metadataqa.marc.dao de.gwdg.metadataqa.marc.dao.record -
-
Uses of Leader.Type in de.gwdg.metadataqa.marc
Methods in de.gwdg.metadataqa.marc with parameters of type Leader.Type Modifier and Type Method Description static BibliographicRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType)static BibliographicRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType, MarcVersion marcVersion)static BibliographicRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType, MarcVersion marcVersion, String replacementInControlFields)Create a MarcRecord object from Marc4j object -
Uses of Leader.Type in de.gwdg.metadataqa.marc.cli.parameters
Fields in de.gwdg.metadataqa.marc.cli.parameters declared as Leader.Type Modifier and Type Field Description protected Leader.TypeCommonParameters. defaultRecordTypeMethods in de.gwdg.metadataqa.marc.cli.parameters that return Leader.Type Modifier and Type Method Description Leader.TypeCommonParameters. getDefaultRecordType()Methods in de.gwdg.metadataqa.marc.cli.parameters with parameters of type Leader.Type Modifier and Type Method Description voidCommonParameters. setDefaultRecordType(Leader.Type defaultRecordType) -
Uses of Leader.Type in de.gwdg.metadataqa.marc.dao
Fields in de.gwdg.metadataqa.marc.dao declared as Leader.Type Modifier and Type Field Description protected Leader.TypeMarcPositionalControlField. recordTypeMethods in de.gwdg.metadataqa.marc.dao that return Leader.Type Modifier and Type Method Description Leader.TypeControl006. getRecordType()Leader.TypeControl008. getRecordType()Leader.TypeLeader. getType()Return Tpyestatic Leader.TypeLeader.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Leader.Type[]Leader.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gwdg.metadataqa.marc.dao with parameters of type Leader.Type Constructor Description Control006(String content, Leader.Type recordType)Control008(String content, Leader.Type recordType)Leader(String content, Leader.Type defaultType)MarcPositionalControlField(ControlFieldDefinition definition, String content, Leader.Type recordType) -
Uses of Leader.Type in de.gwdg.metadataqa.marc.dao.record
Methods in de.gwdg.metadataqa.marc.dao.record that return Leader.Type Modifier and Type Method Description Leader.TypeBibliographicRecord. getType()
-