Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • getToHalfWidth

        public boolean getToHalfWidth()
      • setToHalfWidth

        public void setToHalfWidth​(boolean toHalfWidth)
      • getAsciiOnly

        public boolean getAsciiOnly()
      • setAsciiOnly

        public void setAsciiOnly​(boolean asciiOnly)
      • getKatakanaOnly

        public boolean getKatakanaOnly()
      • setKatakanaOnly

        public void setKatakanaOnly​(boolean katakanaOnly)
      • getIncludeSLA

        public boolean getIncludeSLA()
      • setIncludeSLA

        public void setIncludeSLA​(boolean includeSLA)
      • getIncludeLLS

        public boolean getIncludeLLS()
      • setIncludeLLS

        public void setIncludeLLS​(boolean includeLLS)
      • getIncludeKatakana

        public boolean getIncludeKatakana()
      • setIncludeKatakana

        public void setIncludeKatakana​(boolean includeKatakana)
      • getNormalizeOutput

        public boolean getNormalizeOutput()
      • setNormalizeOutput

        public void setNormalizeOutput​(boolean normalizeOutput)
      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters