Modifier and Type | Method and Description |
---|---|
static ScriptCode |
ScriptCode.getByCode(int code)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 numeric code. |
static ScriptCode |
ScriptCode.getByCode(String code)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 alpha-4 code. |
static ScriptCode |
ScriptCode.getByCode(String code,
boolean caseSensitive)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 alpha-4 code. |
static ScriptCode |
ScriptCode.getByCodeIgnoreCase(String code)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 alpha-4 code. |
static ScriptCode |
ScriptCode.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static List<ScriptCode> |
ScriptCode.findByName(Pattern pattern)
Get a list of
ScriptCode by a name pattern. |
static List<ScriptCode> |
ScriptCode.findByName(String regex)
Get a list of
ScriptCode by a name regular expression. |
Copyright © 2021. All rights reserved.