Uses of Enum Class
io.goobi.viewer.model.citation.CitationLink.CitationLinkLevel
Packages that use CitationLink.CitationLinkLevel
-
Uses of CitationLink.CitationLinkLevel in io.goobi.viewer.model.citation
Methods in io.goobi.viewer.model.citation that return CitationLink.CitationLinkLevelModifier and TypeMethodDescriptionCitationLink.getLevel()
Returns the enum constant of this class with the specified name.static CitationLink.CitationLinkLevel[]
CitationLink.CitationLinkLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.citation with parameters of type CitationLink.CitationLinkLevelModifier and TypeMethodDescriptionstatic List
<CitationLink> CitationTools.generateCitationLinksForLevel
(List<CitationLink> allLinks, CitationLink.CitationLinkLevel level, ViewManager viewManager)