Package com.mayam.wf.config.shared
Class EnumTranslations
java.lang.Object
com.mayam.wf.config.shared.EnumTranslations
- All Implemented Interfaces:
Serializable
Translations for
ManagedEnum
values for use as display strings.- Author:
- Markus MÃ¥rtensson
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns aEnumTranslations.TranslatedEnum
matching the passed class which is required to be a ManagedEnum.
-
Constructor Details
-
EnumTranslations
public EnumTranslations()
-
-
Method Details
-
get
Returns aEnumTranslations.TranslatedEnum
matching the passed class which is required to be a ManagedEnum.- Parameters:
valueClass
- enum class.- Returns:
- translations.
-
getEntries
-