| 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.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.
|
Copyright © 2013. All rights reserved.