Uses of Enum Class
com.jk.core.locale.JKLocaleDirection
Packages that use JKLocaleDirection
-
Uses of JKLocaleDirection in com.jk.core.locale
Methods in com.jk.core.locale that return JKLocaleDirectionModifier and TypeMethodDescriptionJKLocale.getDirection()
This method get the locale direction.static JKLocaleDirection
Returns the enum constant of this class with the specified name.static JKLocaleDirection[]
JKLocaleDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jk.core.locale with parameters of type JKLocaleDirectionModifier and TypeMethodDescriptionvoid
JKLocale.setDirection
(JKLocaleDirection direction) Sets the direction.Constructors in com.jk.core.locale with parameters of type JKLocaleDirectionModifierConstructorDescriptionJKLocale
(int id, String name, String shortName, JKLocaleDirection direction) This method constructs a newJKLocale
with the provides identifier, name and short name, direction.