Uses of Class
com.xwiki.macros.showhideif.macro.ShowHideIfMacroParameters.Matcher
-
Packages that use ShowHideIfMacroParameters.Matcher Package Description com.xwiki.macros.showhideif.macro -
-
Uses of ShowHideIfMacroParameters.Matcher in com.xwiki.macros.showhideif.macro
Methods in com.xwiki.macros.showhideif.macro that return ShowHideIfMacroParameters.Matcher Modifier and Type Method Description ShowHideIfMacroParameters.MatcherShowHideIfMacroParameters. getMatchUsing()static ShowHideIfMacroParameters.MatcherShowHideIfMacroParameters.Matcher. valueOf(String name)Returns the enum constant of this type with the specified name.static ShowHideIfMacroParameters.Matcher[]ShowHideIfMacroParameters.Matcher. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xwiki.macros.showhideif.macro with parameters of type ShowHideIfMacroParameters.Matcher Modifier and Type Method Description voidShowHideIfMacroParameters. setMatchUsing(ShowHideIfMacroParameters.Matcher matchUsing)
-