Class SpellCheckResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class SpellCheckResult
    extends java.lang.Object
    implements java.io.Serializable
    Since:
    5.0
    Author:
    Jamal Kaabi-Mofrad
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SpellCheckResult​(java.lang.String resultName, java.util.List<java.lang.String> results, boolean searchedFor)  
    • Constructor Detail

      • SpellCheckResult

        public SpellCheckResult​(java.lang.String resultName,
                                java.util.List<java.lang.String> results,
                                boolean searchedFor)
    • Method Detail

      • getResultName

        public java.lang.String getResultName()
        Returns:
        the resultName
      • getResults

        public java.util.List<java.lang.String> getResults()
        Returns:
        the results
      • isSearchedFor

        public boolean isSearchedFor()
        Returns:
        the searchedFor
      • isSpellCheckExist

        public boolean isSpellCheckExist()
        Returns:
        the spellCheckExist