Uses of Class
org.xwiki.rendering.macro.toc.TocMacroParameters.Scope
-
-
Uses of TocMacroParameters.Scope in org.xwiki.rendering.macro.toc
Methods in org.xwiki.rendering.macro.toc that return TocMacroParameters.Scope Modifier and Type Method Description TocMacroParameters.Scope
TocMacroParameters. getScope()
static TocMacroParameters.Scope
TocMacroParameters.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static TocMacroParameters.Scope[]
TocMacroParameters.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.rendering.macro.toc with parameters of type TocMacroParameters.Scope Modifier and Type Method Description void
TocMacroParameters. setScope(TocMacroParameters.Scope scope)
-