Uses of Class
de.gwdg.metadataqa.marc.definition.bibliographic.SchemaType
-
-
Uses of SchemaType in de.gwdg.metadataqa.marc.analysis.validator
Methods in de.gwdg.metadataqa.marc.analysis.validator that return SchemaType Modifier and Type Method Description SchemaTypeValidatorConfiguration. getSchemaType()Methods in de.gwdg.metadataqa.marc.analysis.validator with parameters of type SchemaType Modifier and Type Method Description ValidatorConfigurationValidatorConfiguration. withSchemaType(SchemaType schemaType) -
Uses of SchemaType in de.gwdg.metadataqa.marc.cli.parameters
Methods in de.gwdg.metadataqa.marc.cli.parameters that return SchemaType Modifier and Type Method Description SchemaTypeCommonParameters. getSchemaType() -
Uses of SchemaType in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords
Methods in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords with parameters of type SchemaType Modifier and Type Method Description static RecordFilterRecordFilterFactory. create(SchemaType type, String allowableRecordsInput)static RecordIgnoratorRecordIgnoratorFactory. create(SchemaType type, String ignorableRecordsInput) -
Uses of SchemaType in de.gwdg.metadataqa.marc.dao.record
Fields in de.gwdg.metadataqa.marc.dao.record declared as SchemaType Modifier and Type Field Description protected SchemaTypeBibliographicRecord. schemaTypeMethods in de.gwdg.metadataqa.marc.dao.record that return SchemaType Modifier and Type Method Description SchemaTypeBibliographicRecord. getSchemaType()Methods in de.gwdg.metadataqa.marc.dao.record with parameters of type SchemaType Modifier and Type Method Description voidBibliographicRecord. setSchemaType(SchemaType schemaType) -
Uses of SchemaType in de.gwdg.metadataqa.marc.definition.bibliographic
Methods in de.gwdg.metadataqa.marc.definition.bibliographic that return SchemaType Modifier and Type Method Description static SchemaTypeSchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaType[]SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaType in de.gwdg.metadataqa.marc.utils
Constructors in de.gwdg.metadataqa.marc.utils with parameters of type SchemaType Constructor Description FrbrFunctionLister(SchemaType schemaType)FrbrFunctionLister(SchemaType schemaType, MarcVersion marcVersion) -
Uses of SchemaType in de.gwdg.metadataqa.marc.utils.keygenerator
Constructors in de.gwdg.metadataqa.marc.utils.keygenerator with parameters of type SchemaType Constructor Description DataFieldKeyGenerator(DataFieldDefinition definition, SolrFieldType type, String tag, SchemaType schemaType)
-