Uses of Class
com.jalios.jcms.search.queryparser.ParseOptions.TextMode
-
Packages that use ParseOptions.TextMode Package Description com.jalios.jcms.search.queryparser -
-
Uses of ParseOptions.TextMode in com.jalios.jcms.search.queryparser
Methods in com.jalios.jcms.search.queryparser that return ParseOptions.TextMode Modifier and Type Method Description ParseOptions.TextMode
ParseOptions. getMode()
Retrieve the TextMode to use during the text searchstatic ParseOptions.TextMode
ParseOptions.TextMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParseOptions.TextMode[]
ParseOptions.TextMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-