Uses of Class
de.gwdg.metadataqa.marc.definition.ControlValue
-
Packages that use ControlValue Package Description de.gwdg.metadataqa.marc.analysis.validator de.gwdg.metadataqa.marc.dao de.gwdg.metadataqa.marc.definition -
-
Uses of ControlValue in de.gwdg.metadataqa.marc.analysis.validator
Methods in de.gwdg.metadataqa.marc.analysis.validator with parameters of type ControlValue Modifier and Type Method Description booleanControlValueValidator. validate(ControlValue controlValue) -
Uses of ControlValue in de.gwdg.metadataqa.marc.dao
Fields in de.gwdg.metadataqa.marc.dao with type parameters of type ControlValue Modifier and Type Field Description protected List<ControlValue>MarcPositionalControlField. valuesListMethods in de.gwdg.metadataqa.marc.dao that return types with arguments of type ControlValue Modifier and Type Method Description List<ControlValue>MarcPositionalControlField. getValuesList()Methods in de.gwdg.metadataqa.marc.dao with parameters of type ControlValue Modifier and Type Method Description protected voidMarcPositionalControlField. registerControlValue(ControlValue controlValue) -
Uses of ControlValue in de.gwdg.metadataqa.marc.definition
Fields in de.gwdg.metadataqa.marc.definition with type parameters of type ControlValue Modifier and Type Field Description protected List<ControlValue>PositionalControlField. valuesList
-