Uses of Class
de.gwdg.metadataqa.marc.definition.CompilanceLevel
-
Packages that use CompilanceLevel Package Description de.gwdg.metadataqa.marc.definition de.gwdg.metadataqa.marc.definition.structure -
-
Uses of CompilanceLevel in de.gwdg.metadataqa.marc.definition
Methods in de.gwdg.metadataqa.marc.definition that return CompilanceLevel Modifier and Type Method Description static CompilanceLevelCompilanceLevel. byAbbreviation(String abbreviation)static CompilanceLevelCompilanceLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static CompilanceLevel[]CompilanceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompilanceLevel in de.gwdg.metadataqa.marc.definition.structure
Methods in de.gwdg.metadataqa.marc.definition.structure that return CompilanceLevel Modifier and Type Method Description CompilanceLevelDataFieldDefinition. getMinimalCompilanceLevel()CompilanceLevelSubfieldDefinition. getMinimalCompilanceLevel()CompilanceLevelDataFieldDefinition. getNationalCompilanceLevel()CompilanceLevelSubfieldDefinition. getNationalCompilanceLevel()Methods in de.gwdg.metadataqa.marc.definition.structure with parameters of type CompilanceLevel Modifier and Type Method Description voidDataFieldDefinition. setMinimalCompilanceLevel(CompilanceLevel minimalLevel)SubfieldDefinitionSubfieldDefinition. setMinimalCompilanceLevel(CompilanceLevel minimalLevel)voidDataFieldDefinition. setNationalCompilanceLevel(CompilanceLevel nationalLevel)SubfieldDefinitionSubfieldDefinition. setNationalCompilanceLevel(CompilanceLevel nationalLevel)
-