public static final enum MeasureFormat.FormatWidth
extends Enum<MeasureFormat.FormatWidth>
| java.lang.Object | ||
| java.lang.Enum<android.icu.text.MeasureFormat.FormatWidth> | ||
| android.icu.text.MeasureFormat.FormatWidth | ||
格式化宽度枚举。
Enum values |
|
|---|---|
MeasureFormat.FormatWidth |
NARROW 简要。 |
MeasureFormat.FormatWidth |
NUMERIC 除了formatMeasures用小时和分钟进行调用以外,与NARROW相同; 分钟和秒钟; 或小时,分钟和秒测量。 |
MeasureFormat.FormatWidth |
SHORT 尽可能缩写。 |
MeasureFormat.FormatWidth |
WIDE 拼出一切。 |
公共方法(Public methods) |
|
|---|---|
static MeasureFormat.FormatWidth |
valueOf(String name) |
static final FormatWidth[] |
values() |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
MeasureFormat.FormatWidth NUMERIC
除了formatMeasures用小时和分钟进行调用以外,与NARROW相同; 分钟和秒钟; 或小时,分钟和秒测量。 在这些情况下formatMeasures格式为5:37:23而不是5h,37m,23s。
MeasureFormat.FormatWidth valueOf (String name)
| 参数(Parameters) | |
|---|---|
name |
String
|
| 返回(Returns) | |
|---|---|
MeasureFormat.FormatWidth |
|