| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Field and Description |
|---|---|
static List<DisplayOptions.DisplayLength> |
DisplayOptions.DisplayLength.VALUES
Unmodifiable List of all display lengths constants.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayOptions.DisplayLength |
DisplayOptions.getDisplayLength()
Gets the display length.
|
static DisplayOptions.DisplayLength |
DisplayOptions.DisplayLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayOptions.DisplayLength[] |
DisplayOptions.DisplayLength.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.setDisplayLength(DisplayOptions.DisplayLength displayLength)
Sets the display length.
|
Copyright © 2016 Unicode, Inc. and others.