UCharacter.IdentifierType


public static final enum UCharacter.IdentifierType
extends Enum<UCharacter.IdentifierType>

java.lang.Object
   ↳ java.lang.Enum<android.icu.lang.UCharacter.IdentifierType>
     ↳ android.icu.lang.UCharacter.IdentifierType


Identifier Type constants. See https://www.unicode.org/reports/tr39/#Identifier_Status_and_Type.

Summary

Enum values

UCharacter.IdentifierType  DEFAULT_IGNORABLE

 

UCharacter.IdentifierType  DEPRECATED

 

UCharacter.IdentifierType  EXCLUSION

 

UCharacter.IdentifierType  INCLUSION

 

UCharacter.IdentifierType  LIMITED_USE

 

UCharacter.IdentifierType  NOT_CHARACTER

 

UCharacter.IdentifierType  NOT_NFKC

 

UCharacter.IdentifierType  NOT_XID

 

UCharacter.IdentifierType  OBSOLETE

 

UCharacter.IdentifierType  RECOMMENDED

 

UCharacter.IdentifierType  TECHNICAL

 

UCharacter.IdentifierType  UNCOMMON_USE

 

Public methods

static UCharacter.IdentifierType valueOf(String name)
static final IdentifierType[] values()

Inherited methods

Enum values

DEFAULT_IGNORABLE

public static final UCharacter.IdentifierType DEFAULT_IGNORABLE

DEPRECATED

public static final UCharacter.IdentifierType DEPRECATED

EXCLUSION

public static final UCharacter.IdentifierType EXCLUSION

INCLUSION

public static final UCharacter.IdentifierType INCLUSION

LIMITED_USE

public static final UCharacter.IdentifierType LIMITED_USE

NOT_CHARACTER

public static final UCharacter.IdentifierType NOT_CHARACTER

NOT_NFKC

public static final UCharacter.IdentifierType NOT_NFKC

NOT_XID

public static final UCharacter.IdentifierType NOT_XID

OBSOLETE

public static final UCharacter.IdentifierType OBSOLETE

public static final UCharacter.IdentifierType RECOMMENDED

TECHNICAL

public static final UCharacter.IdentifierType TECHNICAL

UNCOMMON_USE

public static final UCharacter.IdentifierType UNCOMMON_USE

Public methods

valueOf

public static UCharacter.IdentifierType valueOf (String name)

Parameters
name String

Returns
UCharacter.IdentifierType

values

public static final IdentifierType[] values ()

Returns
IdentifierType[]