Class Parameters
- java.lang.Object
-
- net.sf.okapi.common.BaseParameters
-
- net.sf.okapi.common.StringParameters
-
- net.sf.okapi.steps.fullwidthconversion.Parameters
-
- All Implemented Interfaces:
Cloneable,IParameters
public class Parameters extends StringParameters
-
-
Field Summary
-
Fields inherited from class net.sf.okapi.common.StringParameters
buffer
-
Fields inherited from class net.sf.okapi.common.BaseParameters
path
-
-
Constructor Summary
Constructors Constructor Description Parameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsciiOnly()booleangetIncludeKatakana()booleangetIncludeLLS()booleangetIncludeSLA()booleangetKatakanaOnly()booleangetNormalizeOutput()booleangetToHalfWidth()voidreset()voidsetAsciiOnly(boolean asciiOnly)voidsetIncludeKatakana(boolean includeKatakana)voidsetIncludeLLS(boolean includeLLS)voidsetIncludeSLA(boolean includeSLA)voidsetKatakanaOnly(boolean katakanaOnly)voidsetNormalizeOutput(boolean normalizeOutput)voidsetToHalfWidth(boolean toHalfWidth)-
Methods inherited from class net.sf.okapi.common.StringParameters
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toString
-
Methods inherited from class net.sf.okapi.common.BaseParameters
getParametersDescription, getPath, load, load, save, setPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sf.okapi.common.IParameters
copy
-
-
-
-
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()
- Specified by:
resetin interfaceIParameters- Overrides:
resetin classStringParameters
-
-