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 TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
int
hashCode()
void
setBaseLocale
(Locale baseLocale) void
setCaseInsensitive
(boolean caseInsensitive) void
setIgnorePunctuation
(boolean ignorePunctuation) void
setIgnoreTags
(boolean ignoreTags) void
setIgnoreWhitespace
(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
-