Uses of Enum Class
com.luna.common.i18n.ScriptCode
Packages that use ScriptCode
-
Uses of ScriptCode in com.luna.common.i18n
Methods in com.luna.common.i18n that return ScriptCodeModifier and TypeMethodDescriptionstatic ScriptCode
ScriptCode.getByCode
(int code) Get aScriptCode
instance that corresponds to the given ISO 15924 numeric code.static ScriptCode
Get aScriptCode
instance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCode
Get aScriptCode
instance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCode
ScriptCode.getByCodeIgnoreCase
(String code) Get aScriptCode
instance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCode
Returns the enum constant of this class with the specified name.static ScriptCode[]
ScriptCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luna.common.i18n that return types with arguments of type ScriptCodeModifier and TypeMethodDescriptionstatic List<ScriptCode>
ScriptCode.findByName
(String regex) Get a list ofScriptCode
by a name regular expression.static List<ScriptCode>
ScriptCode.findByName
(Pattern pattern) Get a list ofScriptCode
by a name pattern.