Uses of Class
de.gwdg.metadataqa.marc.definition.structure.ControlFieldDefinition
-
Packages that use ControlFieldDefinition Package Description de.gwdg.metadataqa.marc.dao de.gwdg.metadataqa.marc.definition.structure de.gwdg.metadataqa.marc.definition.tags.control -
-
Uses of ControlFieldDefinition in de.gwdg.metadataqa.marc.dao
Fields in de.gwdg.metadataqa.marc.dao declared as ControlFieldDefinition Modifier and Type Field Description protected ControlFieldDefinitionMarcPositionalControlField. definitionConstructors in de.gwdg.metadataqa.marc.dao with parameters of type ControlFieldDefinition Constructor Description MarcPositionalControlField(ControlFieldDefinition definition, String content)MarcPositionalControlField(ControlFieldDefinition definition, String content, Leader.Type recordType) -
Uses of ControlFieldDefinition in de.gwdg.metadataqa.marc.definition.structure
Methods in de.gwdg.metadataqa.marc.definition.structure that return types with arguments of type ControlFieldDefinition Modifier and Type Method Description static List<ControlFieldDefinition>MarcDefinition. getComplexControlFields() -
Uses of ControlFieldDefinition in de.gwdg.metadataqa.marc.definition.tags.control
Subclasses of ControlFieldDefinition in de.gwdg.metadataqa.marc.definition.tags.control Modifier and Type Class Description classControl006DefinitionControl Number Identifier https://www.loc.gov/marc/bibliographic/bd006.htmlclassControl007DefinitionControl Number Identifier https://www.loc.gov/marc/bibliographic/bd007.htmlclassControl008DefinitionControl Number Identifier https://www.loc.gov/marc/bibliographic/bd008.htmlclassLeaderDefinitionLeader https://www.loc.gov/marc/bibliographic/bdleader.html
-