| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Field and Description |
|---|---|
static List<DisplayOptions.NameStyle> |
DisplayOptions.NameStyle.VALUES
Unmodifiable List of all name styles constants.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayOptions.NameStyle |
DisplayOptions.getNameStyle()
Gets the name style.
|
static DisplayOptions.NameStyle |
DisplayOptions.NameStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayOptions.NameStyle[] |
DisplayOptions.NameStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayOptions.Builder |
DisplayOptions.Builder.setNameStyle(DisplayOptions.NameStyle nameStyle)
Sets the name style.
|
Copyright © 2016 Unicode, Inc. and others.