Class TranslationSettings
java.lang.Object
com.inductiveautomation.ignition.common.i18n.translation.TranslationSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleaninthashCode()voidsetBaseLocale(Locale baseLocale) voidsetCaseInsensitive(boolean caseInsensitive) voidsetIgnorePunctuation(boolean ignorePunctuation) voidsetIgnoreTags(boolean ignoreTags) voidsetIgnoreWhitespace(boolean ignoreWhitespace)
-
Constructor Details
-
TranslationSettings
public TranslationSettings() -
TranslationSettings
-
-
Method Details
-
getIgnoreWhitespace
public boolean getIgnoreWhitespace() -
setIgnoreWhitespace
public void setIgnoreWhitespace(boolean ignoreWhitespace) -
getIgnorePunctuation
public boolean getIgnorePunctuation() -
setIgnorePunctuation
public void setIgnorePunctuation(boolean ignorePunctuation) -
getCaseInsensitive
public boolean getCaseInsensitive() -
setCaseInsensitive
public void setCaseInsensitive(boolean caseInsensitive) -
getIgnoreTags
public boolean getIgnoreTags() -
setIgnoreTags
public void setIgnoreTags(boolean ignoreTags) -
getBaseLocale
-
setBaseLocale
-
hashCode
public int hashCode() -
equals
-