public static enum UScript.ScriptUsage extends java.lang.Enum<UScript.ScriptUsage>
| Enum Constant and Description |
|---|
ASPIRATIONAL
Aspirational Use script.
|
EXCLUDED
Candidate for Exclusion from Identifiers.
|
LIMITED_USE
Limited Use script.
|
NOT_ENCODED
Not encoded in Unicode.
|
RECOMMENDED
Recommended script.
|
UNKNOWN
Unknown script usage.
|
| Modifier and Type | Method and Description |
|---|---|
static UScript.ScriptUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UScript.ScriptUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UScript.ScriptUsage NOT_ENCODED
public static final UScript.ScriptUsage UNKNOWN
public static final UScript.ScriptUsage EXCLUDED
public static final UScript.ScriptUsage LIMITED_USE
public static final UScript.ScriptUsage ASPIRATIONAL
public static final UScript.ScriptUsage RECOMMENDED
public static UScript.ScriptUsage[] values()
for (UScript.ScriptUsage c : UScript.ScriptUsage.values()) System.out.println(c);
public static UScript.ScriptUsage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016 Unicode, Inc. and others.