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 JKLocaleDirectionReturns 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 TypeMethodDescriptionvoidJKLocale.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 newJKLocalewith the provides identifier, name and short name, direction.