|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TimeZoneNames.NameType>
com.ibm.icu.text.TimeZoneNames.NameType
public static enum TimeZoneNames.NameType
Time zone display name types
| Enum Constant Summary | |
|---|---|
LONG_DAYLIGHT
Deprecated. This API might change or be removed in a future release. |
|
LONG_GENERIC
Deprecated. This API might change or be removed in a future release. |
|
LONG_STANDARD
Deprecated. This API might change or be removed in a future release. |
|
SHORT_DAYLIGHT
Deprecated. This API might change or be removed in a future release. |
|
SHORT_DAYLIGHT_COMMONLY_USED
Deprecated. This API might change or be removed in a future release. |
|
SHORT_GENERIC
Deprecated. This API might change or be removed in a future release. |
|
SHORT_STANDARD
Deprecated. This API might change or be removed in a future release. |
|
SHORT_STANDARD_COMMONLY_USED
Deprecated. This API might change or be removed in a future release. |
|
| Method Summary | |
|---|---|
static TimeZoneNames.NameType |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static TimeZoneNames.NameType[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TimeZoneNames.NameType LONG_GENERIC
public static final TimeZoneNames.NameType LONG_STANDARD
public static final TimeZoneNames.NameType LONG_DAYLIGHT
public static final TimeZoneNames.NameType SHORT_GENERIC
public static final TimeZoneNames.NameType SHORT_STANDARD
public static final TimeZoneNames.NameType SHORT_DAYLIGHT
public static final TimeZoneNames.NameType SHORT_STANDARD_COMMONLY_USED
Note: The short abbreviation might not be well understood by people not familiar with the zone.
Unlike SHORT_STANDARD, this type excludes short standard names not commonly used by the region.
public static final TimeZoneNames.NameType SHORT_DAYLIGHT_COMMONLY_USED
Note: The short abbreviation might not be well understood by people not familiar with the zone.
Unlike SHORT_DAYLIGHT, this type excludes short daylight names not commonly used by the region.
| Method Detail |
|---|
public static TimeZoneNames.NameType[] values()
for (TimeZoneNames.NameType c : TimeZoneNames.NameType.values()) System.out.println(c);
public static TimeZoneNames.NameType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||