Uses of Class
de.gwdg.metadataqa.marc.analysis.AuthorityCategory
-
Packages that use AuthorityCategory Package Description de.gwdg.metadataqa.marc.analysis -
-
Uses of AuthorityCategory in de.gwdg.metadataqa.marc.analysis
Methods in de.gwdg.metadataqa.marc.analysis that return AuthorityCategory Modifier and Type Method Description static AuthorityCategoryAuthorityCategory. get(String tag)static AuthorityCategoryAuthorityCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorityCategory[]AuthorityCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gwdg.metadataqa.marc.analysis that return types with arguments of type AuthorityCategory Modifier and Type Method Description Counter<AuthorityCategory>AuthorityStatistics. getInstancesPerCategories()Counter<AuthorityCategory>AuthorityStatistics. getRecordsPerCategories()
-