Uses of Class
de.gwdg.metadataqa.marc.definition.tags.TagCategory
-
Packages that use TagCategory Package Description de.gwdg.metadataqa.marc.definition.tags de.gwdg.metadataqa.marc.utils -
-
Uses of TagCategory in de.gwdg.metadataqa.marc.definition.tags
Methods in de.gwdg.metadataqa.marc.definition.tags that return TagCategory Modifier and Type Method Description static TagCategoryTagCategory. getPackage(String packageName)static TagCategoryTagCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static TagCategory[]TagCategory. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TagCategory in de.gwdg.metadataqa.marc.utils
Constructors in de.gwdg.metadataqa.marc.utils with parameters of type TagCategory Constructor Description TagHierarchy(TagCategory category, String tagLabel, String subfieldLabel)
-