Class TranslationSettings
- java.lang.Object
-
- com.inductiveautomation.ignition.common.i18n.translation.TranslationSettings
-
- All Implemented Interfaces:
java.io.Serializable
public class TranslationSettings extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TranslationSettings()
TranslationSettings(TranslationSettings copy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.util.Locale
getBaseLocale()
boolean
getCaseInsensitive()
boolean
getIgnorePunctuation()
boolean
getIgnoreTags()
boolean
getIgnoreWhitespace()
int
hashCode()
void
setBaseLocale(java.util.Locale baseLocale)
void
setCaseInsensitive(boolean caseInsensitive)
void
setIgnorePunctuation(boolean ignorePunctuation)
void
setIgnoreTags(boolean ignoreTags)
void
setIgnoreWhitespace(boolean ignoreWhitespace)
-
-
-
Constructor Detail
-
TranslationSettings
public TranslationSettings()
-
TranslationSettings
public TranslationSettings(TranslationSettings copy)
-
-
Method Detail
-
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
public java.util.Locale getBaseLocale()
-
setBaseLocale
public void setBaseLocale(java.util.Locale baseLocale)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-