public class Parameters extends StringParameters
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsciiOnly() |
boolean |
getIncludeKatakana() |
boolean |
getIncludeLLS() |
boolean |
getIncludeSLA() |
boolean |
getKatakanaOnly() |
boolean |
getNormalizeOutput() |
boolean |
getToHalfWidth() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setAsciiOnly(boolean asciiOnly) |
void |
setIncludeKatakana(boolean includeKatakana) |
void |
setIncludeLLS(boolean includeLLS) |
void |
setIncludeSLA(boolean includeSLA) |
void |
setKatakanaOnly(boolean katakanaOnly) |
void |
setNormalizeOutput(boolean normalizeOutput) |
void |
setToHalfWidth(boolean toHalfWidth) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringgetParametersDescription, getPath, load, load, save, setPathpublic boolean getToHalfWidth()
public void setToHalfWidth(boolean toHalfWidth)
public boolean getAsciiOnly()
public void setAsciiOnly(boolean asciiOnly)
public boolean getKatakanaOnly()
public void setKatakanaOnly(boolean katakanaOnly)
public boolean getIncludeSLA()
public void setIncludeSLA(boolean includeSLA)
public boolean getIncludeLLS()
public void setIncludeLLS(boolean includeLLS)
public boolean getIncludeKatakana()
public void setIncludeKatakana(boolean includeKatakana)
public boolean getNormalizeOutput()
public void setNormalizeOutput(boolean normalizeOutput)
public void reset()
StringParameters
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.
reset in interface IParametersreset in class StringParametersCopyright © 2022. All rights reserved.