Uses of Class
de.gwdg.metadataqa.marc.EncodedValue
Packages that use EncodedValue
Package
Description
-
Uses of EncodedValue in de.gwdg.metadataqa.marc
Methods in de.gwdg.metadataqa.marc that return types with arguments of type EncodedValue -
Uses of EncodedValue in de.gwdg.metadataqa.marc.definition.general.codelist
Fields in de.gwdg.metadataqa.marc.definition.general.codelist with type parameters of type EncodedValueModifier and TypeFieldDescriptionprotected List<EncodedValue>CodeList.codesprotected Map<String,EncodedValue> CodeList.indexMethods in de.gwdg.metadataqa.marc.definition.general.codelist that return EncodedValueMethods in de.gwdg.metadataqa.marc.definition.general.codelist that return types with arguments of type EncodedValue -
Uses of EncodedValue in de.gwdg.metadataqa.marc.definition.structure
Fields in de.gwdg.metadataqa.marc.definition.structure with type parameters of type EncodedValueModifier and TypeFieldDescriptionprotected List<EncodedValue>ControlfieldPositionDefinition.codesprotected List<EncodedValue>ControlfieldPositionDefinition.historicalCodesprotected List<EncodedValue>Indicator.historicalCodesprotected List<EncodedValue>DataFieldDefinition.historicalSubfieldsprotected Map<String,EncodedValue> DataFieldDefinition.historicalSubfieldsIndexMethods in de.gwdg.metadataqa.marc.definition.structure that return EncodedValueModifier and TypeMethodDescriptionGet the EncodedValue for a given code string.Get the EncodedValue object (label+code) from the list of codes of this subfield for the given code.SubfieldDefinition.getCode(List<EncodedValue> codes, String code) Get the EncodedValue object (label+code) for a given subfield code.SubfieldDefinition.getLocalCode(MarcVersion version, String code) Methods in de.gwdg.metadataqa.marc.definition.structure that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionControlfieldPositionDefinition.getCodes()Indicator.getCodes()SubfieldDefinition.getCodes()ControlfieldPositionDefinition.getHistoricalCodes()Indicator.getHistoricalCodes()DataFieldDefinition.getHistoricalSubfields()SubfieldDefinition.getLocalCodes()SubfieldDefinition.getLocalCodes(MarcVersion version) Method parameters in de.gwdg.metadataqa.marc.definition.structure with type arguments of type EncodedValueModifier and TypeMethodDescriptionSubfieldDefinition.getCode(List<EncodedValue> codes, String code) Get the EncodedValue object (label+code) for a given subfield code.Indicator.putVersionSpecificCodes(MarcVersion marcVersion, List<EncodedValue> codeList) ControlfieldPositionDefinition.setCodes(List<EncodedValue> codes) Indicator.setCodes(List<EncodedValue> codes) SubfieldDefinition.setCodes(List<EncodedValue> codes) Constructor parameters in de.gwdg.metadataqa.marc.definition.structure with type arguments of type EncodedValueModifierConstructorDescriptionControlfieldPositionDefinition(String label, int positionStart, int positionEnd, List<EncodedValue> codes) Indicator(String label, List<EncodedValue> codes) -
Uses of EncodedValue in de.gwdg.metadataqa.marc.utils
Methods in de.gwdg.metadataqa.marc.utils that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionstatic List<EncodedValue>EncodedValueFileReader.fileToCodeList(String fileName) -
Uses of EncodedValue in de.gwdg.metadataqa.marc.utils.unimarc
Method parameters in de.gwdg.metadataqa.marc.utils.unimarc with type arguments of type EncodedValue