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 TextUseReturns 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 StringI18nUtil.composeTextKey(Class<?> sourceClass, TextUse use, String id) Composes the resource bundle key for a text.static final StringI18nUtil.composeTextKey(String sourceClass, TextUse use, String id) Composes the resource bundle key for a text.
