Uses of Class
de.gwdg.metadataqa.marc.Leader.Type
-
Packages that use Leader.Type Package Description de.gwdg.metadataqa.marc de.gwdg.metadataqa.marc.cli.parameters -
-
Uses of Leader.Type in de.gwdg.metadataqa.marc
Fields in de.gwdg.metadataqa.marc declared as Leader.Type Modifier and Type Field Description protected Leader.TypeMarcPositionalControlField. recordTypeMethods in de.gwdg.metadataqa.marc that return Leader.Type Modifier and Type Method Description Leader.TypeControl006. getRecordType()Leader.TypeControl008. getRecordType()Leader.TypeLeader. getType()Return TpyeLeader.TypeMarcRecord. getType()static 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.Methods in de.gwdg.metadataqa.marc with parameters of type Leader.Type Modifier and Type Method Description static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType)static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType, MarcVersion marcVersion)static MarcRecordMarcFactory. createFromMarc4j(org.marc4j.marc.Record marc4jRecord, Leader.Type defaultType, MarcVersion marcVersion, boolean fixAlephseq)Create a MarcRecord object from Marc4j objectConstructors in de.gwdg.metadataqa.marc 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.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()
-