Uses of Enum
de.xima.fc.mdl.enums.ELanguage
Packages that use ELanguage
Package
Description
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
- 
Uses of ELanguage in de.xima.fc.dao.utils
Constructors in de.xima.fc.dao.utils with parameters of type ELanguage - 
Uses of ELanguage in de.xima.fc.entities
Methods in de.xima.fc.entities that return ELanguageMethods in de.xima.fc.entities with parameters of type ELanguageModifier and TypeMethodDescriptionSystemMessage.getI18nMessage(ELanguage language) SystemMessage.getI18nName(ELanguage language) booleanSystemMessage.isAvailableFor(ELanguage language) booleanSystemMessage.isHasI18nVersion(ELanguage language) voidMandant.setLanguage(ELanguage language)  - 
Uses of ELanguage in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return ELanguage - 
Uses of ELanguage in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return ELanguageMethods in de.xima.fc.gui.bean.settings that return types with arguments of type ELanguageMethods in de.xima.fc.gui.bean.settings with parameters of type ELanguageModifier and TypeMethodDescriptionSystemMessagesBean.getMessageTitle(SystemMessage message, ELanguage previewLang) SystemMessagesBean.getSystemMessageI18n(SystemMessage msg, ELanguage language) booleanSystemMessagesBean.hasSystemMessageI18n(SystemMessage msg, ELanguage language) voidSystemMessagesBean.setPreviewLanguage(ELanguage previewLanguage)  - 
Uses of ELanguage in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return ELanguage - 
Uses of ELanguage in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELanguageModifier and TypeMethodDescriptionstatic ELanguage[]ELanguage.all()Deprecated.static ELanguageELanguage.getByLocale(Locale locale) Finds the bestELanguagefor the given locale.static ELanguageReturns the enum constant of this type with the specified name.static ELanguageELanguage.valueOfOrNull(String string) static ELanguage[]ELanguage.values()Returns an array containing the constants of this enum type, in the order they are declared. 
values().