public enum FormatWidth extends Enum<FormatWidth>
Enum Constant and Description |
---|
NARROW
Deprecated.
This API is ICU internal only.
|
SHORT
Deprecated.
This API is ICU internal only.
|
WIDE
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Field and Description |
---|---|
String |
resourceKey
Deprecated.
internal use
|
Modifier and Type | Method and Description |
---|---|
static FormatWidth |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FormatWidth[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatWidth WIDE
public static final FormatWidth SHORT
public static final FormatWidth NARROW
public final String resourceKey
public static FormatWidth[] values()
for (FormatWidth c : FormatWidth.values()) System.out.println(c);
public static FormatWidth valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright (c) 2013 IBM Corporation and others.