Package de.gwdg.metadataqa.marc.utils
Class TagHierarchy
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.TagHierarchy
-
public class TagHierarchy extends Object
-
-
Constructor Summary
Constructors Constructor Description TagHierarchy()TagHierarchy(TagCategory category, String tagLabel, String subfieldLabel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TagHierarchycreateFromPath(String path)static TagHierarchycreateFromPath(String path, MarcVersion version)intgetPackageId()StringgetPackageLabel()StringgetSubfieldLabel()StringgetTagLabel()
-
-
-
Constructor Detail
-
TagHierarchy
public TagHierarchy()
-
TagHierarchy
public TagHierarchy(TagCategory category, String tagLabel, String subfieldLabel)
-
-
Method Detail
-
getPackageId
public int getPackageId()
-
getPackageLabel
public String getPackageLabel()
-
getTagLabel
public String getTagLabel()
-
getSubfieldLabel
public String getSubfieldLabel()
-
createFromPath
public static TagHierarchy createFromPath(String path)
-
createFromPath
public static TagHierarchy createFromPath(String path, MarcVersion version)
-
-