Uses of Enum Class
org.tquadrat.foundation.i18n.TextUse
-
Uses of TextUse in org.tquadrat.foundation.i18n
Methods in org.tquadrat.foundation.i18n that return TextUseModifier and TypeMethodDescriptionstatic TextUse
Returns the enum constant of this class with the specified name.static TextUse[]
TextUse.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.i18n with parameters of type TextUseModifier and TypeMethodDescriptionstatic final String
I18nUtil.composeTextKey
(Class<?> sourceClass, TextUse use, String id) Composes the resource bundle key for a text.static final String
I18nUtil.composeTextKey
(String sourceClass, TextUse use, String id) Composes the resource bundle key for a text.