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

Added in API level 37
public static final UCharacter.IdentifierType DEFAULT_IGNORABLE

DEPRECATED

Added in API level 37
public static final UCharacter.IdentifierType DEPRECATED

EXCLUSION

Added in API level 37
public static final UCharacter.IdentifierType EXCLUSION

INCLUSION

Added in API level 37
public static final UCharacter.IdentifierType INCLUSION

LIMITED_USE

Added in API level 37
public static final UCharacter.IdentifierType LIMITED_USE

NOT_CHARACTER

Added in API level 37
public static final UCharacter.IdentifierType NOT_CHARACTER

NOT_NFKC

Added in API level 37
public static final UCharacter.IdentifierType NOT_NFKC

NOT_XID

Added in API level 37
public static final UCharacter.IdentifierType NOT_XID

OBSOLETE

Added in API level 37
public static final UCharacter.IdentifierType OBSOLETE

Added in API level 37
public static final UCharacter.IdentifierType RECOMMENDED

TECHNICAL

Added in API level 37
public static final UCharacter.IdentifierType TECHNICAL

UNCOMMON_USE

Added in API level 37
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[]