Uses of Class
de.gwdg.metadataqa.marc.Code
-
Packages that use Code Package Description de.gwdg.metadataqa.marc de.gwdg.metadataqa.marc.definition.general.codelist de.gwdg.metadataqa.marc.definition.structure de.gwdg.metadataqa.marc.utils -
-
Uses of Code in de.gwdg.metadataqa.marc
Methods in de.gwdg.metadataqa.marc that return types with arguments of type Code Modifier and Type Method Description static List<Code>Utils. generateCodes(String... input) -
Uses of Code in de.gwdg.metadataqa.marc.definition.general.codelist
Fields in de.gwdg.metadataqa.marc.definition.general.codelist with type parameters of type Code Modifier and Type Field Description protected List<Code>CodeList. codesprotected Map<String,Code>CodeList. indexMethods in de.gwdg.metadataqa.marc.definition.general.codelist that return Code Modifier and Type Method Description CodeCodeList. getCode(String code)Methods in de.gwdg.metadataqa.marc.definition.general.codelist that return types with arguments of type Code Modifier and Type Method Description List<Code>CodeList. getCodes() -
Uses of Code in de.gwdg.metadataqa.marc.definition.structure
Fields in de.gwdg.metadataqa.marc.definition.structure with type parameters of type Code Modifier and Type Field Description protected List<Code>ControlfieldPositionDefinition. codesprotected List<Code>ControlfieldPositionDefinition. historicalCodesprotected List<Code>Indicator. historicalCodesprotected List<Code>DataFieldDefinition. historicalSubfieldsprotected Map<String,Code>DataFieldDefinition. historicalSubfieldsIndexMethods in de.gwdg.metadataqa.marc.definition.structure that return Code Modifier and Type Method Description CodeControlfieldPositionDefinition. getCode(String _code)CodeIndicator. getCode(String codeString)CodeSubfieldDefinition. getCode(String _code)CodeSubfieldDefinition. getCode(List<Code> _codes, String _code)CodeSubfieldDefinition. getLocalCode(MarcVersion version, String _code)Methods in de.gwdg.metadataqa.marc.definition.structure that return types with arguments of type Code Modifier and Type Method Description List<Code>ControlfieldPositionDefinition. getCodes()List<Code>Indicator. getCodes()List<Code>SubfieldDefinition. getCodes()List<Code>ControlfieldPositionDefinition. getHistoricalCodes()List<Code>Indicator. getHistoricalCodes()List<Code>DataFieldDefinition. getHistoricalSubfields()Map<MarcVersion,List<Code>>SubfieldDefinition. getLocalCodes()List<Code>SubfieldDefinition. getLocalCodes(MarcVersion version)Method parameters in de.gwdg.metadataqa.marc.definition.structure with type arguments of type Code Modifier and Type Method Description CodeSubfieldDefinition. getCode(List<Code> _codes, String _code)IndicatorIndicator. putVersionSpecificCodes(MarcVersion marcVersion, List<Code> codeList)ControlfieldPositionDefinitionControlfieldPositionDefinition. setCodes(List<Code> codes)IndicatorIndicator. setCodes(List<Code> codes)SubfieldDefinitionSubfieldDefinition. setCodes(List<Code> codes)Constructor parameters in de.gwdg.metadataqa.marc.definition.structure with type arguments of type Code Constructor Description ControlfieldPositionDefinition(String label, int positionStart, int positionEnd, List<Code> codes)Indicator(String label, List<Code> codes) -
Uses of Code in de.gwdg.metadataqa.marc.utils
Methods in de.gwdg.metadataqa.marc.utils that return types with arguments of type Code Modifier and Type Method Description static List<Code>CodeFileReader. fileToCodeList(String fileName)
-