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() |
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()
reset in interface IParametersreset in class StringParametersCopyright © 2022. All rights reserved.