Uses of Enum Class
org.mycore.common.MCRTextResolver.ResolveDepth
Packages that use MCRTextResolver.ResolveDepth
-
Uses of MCRTextResolver.ResolveDepth in org.mycore.common
Fields in org.mycore.common declared as MCRTextResolver.ResolveDepthModifier and TypeFieldDescriptionprotected MCRTextResolver.ResolveDepth
MCRTextResolver.resolveDepth
Defines how deep the text is resolved.Methods in org.mycore.common that return MCRTextResolver.ResolveDepthModifier and TypeMethodDescriptionMCRTextResolver.getResolveDepth()
Returns the current resolve depth.static MCRTextResolver.ResolveDepth
Returns the enum constant of this class with the specified name.static MCRTextResolver.ResolveDepth[]
MCRTextResolver.ResolveDepth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mycore.common with parameters of type MCRTextResolver.ResolveDepthModifier and TypeMethodDescriptionvoid
MCRTextResolver.setResolveDepth
(MCRTextResolver.ResolveDepth resolveDepth) Sets the resolve depth.