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
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
|
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.
DisplayContext.Type valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
DisplayContext.Type |