Interface HasTokenizerProperty


  • public interface HasTokenizerProperty
    Common interface for beans that have a tokenizer property
    • Method Detail

      • getTokenizer

        java.lang.String getTokenizer()
        Gets the name of the tokenizer to use.
        Returns:
        gets the tokenizer name
      • setTokenizer

        void setTokenizer​(java.lang.String tokenizer)
        Sets the name of the tokenizer to use.
        Parameters:
        tokenizer - the tokenizer name