| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
DisplayContext.Type |
DisplayContext.type()
Get the Type part of the enum item
(e.g.
|
static DisplayContext.Type |
DisplayContext.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayContext.Type[] |
DisplayContext.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayContext |
NumberFormat.getContext(DisplayContext.Type type)
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
|
abstract DisplayContext |
LocaleDisplayNames.getContext(DisplayContext.Type type)
Returns the current value for a specified DisplayContext.Type.
|
DisplayContext |
DateIntervalFormat.getContext(DisplayContext.Type type)
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
|
DisplayContext |
DateFormat.getContext(DisplayContext.Type type)
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
|
Copyright © 2016 Unicode, Inc. and others.