Uses of Enum
org.bardframework.commons.utils.data.ScriptCode
Packages that use ScriptCode
-
Uses of ScriptCode in org.bardframework.commons.utils.data
Methods in org.bardframework.commons.utils.data that return ScriptCodeModifier and TypeMethodDescriptionstatic ScriptCodeScriptCode.getByCode(int code) Get aScriptCodeinstance that corresponds to the given ISO 15924 numeric code.static ScriptCodeGet aScriptCodeinstance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCodeGet aScriptCodeinstance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCodeScriptCode.getByCodeIgnoreCase(String code) Get aScriptCodeinstance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCodeReturns the enum constant of this type with the specified name.static ScriptCode[]ScriptCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bardframework.commons.utils.data that return types with arguments of type ScriptCodeModifier and TypeMethodDescriptionstatic List<ScriptCode> ScriptCode.findByName(String regex) Get a list ofScriptCodeby a name regular expression.static List<ScriptCode> ScriptCode.findByName(Pattern pattern) Get a list ofScriptCodeby a name pattern.