public static enum UCharacter.IdentifierStatus extends Enum<UCharacter.IdentifierStatus>
UProperty.IDENTIFIER_STATUS
Enum Constant and Description |
---|
ALLOWED |
RESTRICTED |
Modifier and Type | Method and Description |
---|---|
static UCharacter.IdentifierStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UCharacter.IdentifierStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UCharacter.IdentifierStatus RESTRICTED
public static final UCharacter.IdentifierStatus ALLOWED
public static UCharacter.IdentifierStatus[] values()
for (UCharacter.IdentifierStatus c : UCharacter.IdentifierStatus.values()) System.out.println(c);
public static UCharacter.IdentifierStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Unicode, Inc. and others.