Uses of Class
org.alfresco.search.model.ResultSetContextSpellcheck.TypeEnum
-
Packages that use ResultSetContextSpellcheck.TypeEnum Package Description org.alfresco.search.model -
-
Uses of ResultSetContextSpellcheck.TypeEnum in org.alfresco.search.model
Methods in org.alfresco.search.model that return ResultSetContextSpellcheck.TypeEnum Modifier and Type Method Description static ResultSetContextSpellcheck.TypeEnumResultSetContextSpellcheck.TypeEnum. fromValue(String text)ResultSetContextSpellcheck.TypeEnumResultSetContextSpellcheck. getType()Get typestatic ResultSetContextSpellcheck.TypeEnumResultSetContextSpellcheck.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultSetContextSpellcheck.TypeEnum[]ResultSetContextSpellcheck.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.search.model with parameters of type ResultSetContextSpellcheck.TypeEnum Modifier and Type Method Description voidResultSetContextSpellcheck. setType(ResultSetContextSpellcheck.TypeEnum type)ResultSetContextSpellcheckResultSetContextSpellcheck. type(ResultSetContextSpellcheck.TypeEnum type)
-