Most visited

Recently visited

Added in API level 24

DisplayContext.Type

public static final enum DisplayContext.Type
extends Enum<DisplayContext.Type>

java.lang.Object
   ↳ java.lang.Enum<android.icu.text.DisplayContext.Type>
     ↳ android.icu.text.DisplayContext.Type


Type values for DisplayContext

Summary

Enum values

DisplayContext.Type  CAPITALIZATION

CAPITALIZATION can be set to one of CAPITALIZATION_NONE through CAPITALIZATION_FOR_STANDALONE. 

DisplayContext.Type  DIALECT_HANDLING

DIALECT_HANDLING can be set to STANDARD_NAMES or DIALECT_NAMES. 

DisplayContext.Type  DISPLAY_LENGTH

DISPLAY_LENGTH can be set to LENGTH_FULL or LENGTH_SHORT. 

Public methods

static DisplayContext.Type valueOf(String name)
static final Type[] values()

Inherited methods

From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum values

CAPITALIZATION

Added in API level 24
DisplayContext.Type CAPITALIZATION

CAPITALIZATION can be set to one of CAPITALIZATION_NONE through CAPITALIZATION_FOR_STANDALONE.

DIALECT_HANDLING

Added in API level 24
DisplayContext.Type DIALECT_HANDLING

DIALECT_HANDLING can be set to STANDARD_NAMES or DIALECT_NAMES.

DISPLAY_LENGTH

Added in API level 24
DisplayContext.Type DISPLAY_LENGTH

DISPLAY_LENGTH can be set to LENGTH_FULL or LENGTH_SHORT.

Public methods

valueOf

Added in API level 24
DisplayContext.Type valueOf (String name)

Parameters
name String
Returns
DisplayContext.Type

values

Added in API level 24
Type[] values ()

Returns
Type[]

Hooray!