Enum Class ASIA

java.lang.Object
java.lang.Enum<ASIA>
net.time4j.tz.olson.ASIA
All Implemented Interfaces:
Serializable, Comparable<ASIA>, java.lang.constant.Constable, StdZoneIdentifier, TZID

public enum ASIA extends Enum<ASIA> implements StdZoneIdentifier

Contains all standard timezone IDs in Asia.

  • Enum Constant Details

    • ADEN

      public static final ASIA ADEN
    • ALMATY

      public static final ASIA ALMATY
    • AMMAN

      public static final ASIA AMMAN
    • ANADYR

      public static final ASIA ANADYR
    • AQTAU

      public static final ASIA AQTAU
    • AQTOBE

      public static final ASIA AQTOBE
    • ASHGABAT

      public static final ASIA ASHGABAT
    • BAGHDAD

      public static final ASIA BAGHDAD
    • BAHRAIN

      public static final ASIA BAHRAIN
    • BAKU

      public static final ASIA BAKU
    • BANGKOK

      public static final ASIA BANGKOK
    • BEIRUT

      public static final ASIA BEIRUT
    • BISHKEK

      public static final ASIA BISHKEK
    • BRUNEI

      public static final ASIA BRUNEI
    • CHOIBALSAN

      public static final ASIA CHOIBALSAN
    • CHONGQING

      public static final ASIA CHONGQING
    • COLOMBO

      public static final ASIA COLOMBO
    • DAMASCUS

      public static final ASIA DAMASCUS
    • DHAKA

      public static final ASIA DHAKA
    • DILI

      public static final ASIA DILI
    • DUBAI

      public static final ASIA DUBAI
    • DUSHANBE

      public static final ASIA DUSHANBE
    • GAZA

      public static final ASIA GAZA
    • HARBIN

      public static final ASIA HARBIN
    • HEBRON

      public static final ASIA HEBRON
    • HO_CHI_MINH

      public static final ASIA HO_CHI_MINH
    • HONG_KONG

      public static final ASIA HONG_KONG
    • HOVD

      public static final ASIA HOVD
    • IRKUTSK

      public static final ASIA IRKUTSK
    • JAKARTA

      public static final ASIA JAKARTA
    • JAYAPURA

      public static final ASIA JAYAPURA
    • JERUSALEM

      public static final ASIA JERUSALEM
    • KABUL

      public static final ASIA KABUL
    • KAMCHATKA

      public static final ASIA KAMCHATKA
    • KARACHI

      public static final ASIA KARACHI
    • KASHGAR

      public static final ASIA KASHGAR
    • KATHMANDU

      public static final ASIA KATHMANDU
    • KHANDYGA

      public static final ASIA KHANDYGA
    • KOLKATA

      public static final ASIA KOLKATA
    • KRASNOYARSK

      public static final ASIA KRASNOYARSK
    • KUALA_LUMPUR

      public static final ASIA KUALA_LUMPUR
    • KUCHING

      public static final ASIA KUCHING
    • KUWAIT

      public static final ASIA KUWAIT
    • MACAU

      public static final ASIA MACAU
    • MAGADAN

      public static final ASIA MAGADAN
    • MAKASSAR

      public static final ASIA MAKASSAR
    • MANILA

      public static final ASIA MANILA
    • MUSCAT

      public static final ASIA MUSCAT
    • NICOSIA

      public static final ASIA NICOSIA
    • NOVOKUZNETSK

      public static final ASIA NOVOKUZNETSK
    • NOVOSIBIRSK

      public static final ASIA NOVOSIBIRSK
    • OMSK

      public static final ASIA OMSK
    • ORAL

      public static final ASIA ORAL
    • PHNOM_PENH

      public static final ASIA PHNOM_PENH
    • PONTIANAK

      public static final ASIA PONTIANAK
    • PYONGYANG

      public static final ASIA PYONGYANG
    • QATAR

      public static final ASIA QATAR
    • QYZYLORDA

      public static final ASIA QYZYLORDA
    • RANGOON

      public static final ASIA RANGOON
    • RIYADH

      public static final ASIA RIYADH
    • SAKHALIN

      public static final ASIA SAKHALIN
    • SAMARKAND

      public static final ASIA SAMARKAND
    • SEOUL

      public static final ASIA SEOUL
    • SHANGHAI

      public static final ASIA SHANGHAI
    • SINGAPORE

      public static final ASIA SINGAPORE
    • TAIPEI

      public static final ASIA TAIPEI
    • TASHKENT

      public static final ASIA TASHKENT
    • TBILISI

      public static final ASIA TBILISI
    • TEHRAN

      public static final ASIA TEHRAN
    • THIMPHU

      public static final ASIA THIMPHU
    • TOKYO

      public static final ASIA TOKYO
    • ULAANBAATAR

      public static final ASIA ULAANBAATAR
    • URUMQI

      public static final ASIA URUMQI
    • UST_NERA

      public static final ASIA UST_NERA
    • VIENTIANE

      public static final ASIA VIENTIANE
    • VLADIVOSTOK

      public static final ASIA VLADIVOSTOK
    • YAKUTSK

      public static final ASIA YAKUTSK
    • YEKATERINBURG

      public static final ASIA YEKATERINBURG
    • YEREVAN

      public static final ASIA YEREVAN
  • Method Details

    • values

      public static ASIA[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ASIA valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • canonical

      public String canonical()
      Description copied from interface: TZID

      Represents the full canonical name of a timezone (for example "Europe/Paris" or "UTC+01:00").

      Specified by:
      canonical in interface TZID
      Returns:
      String in TZDB format (Olson-ID) or in canonical offset format
    • getRegion

      public String getRegion()
      Description copied from interface: StdZoneIdentifier

      Yields the timezone region - in most cases a continent.

      Specified by:
      getRegion in interface StdZoneIdentifier
      Returns:
      the first part of zone identifier (for example "Europe" in "Europe/Paris")
    • getCity

      public String getCity()
      Description copied from interface: StdZoneIdentifier

      Yields the exemplar city.

      Specified by:
      getCity in interface StdZoneIdentifier
      Returns:
      the second part of zone identifier (for example "Paris" in "Europe/Paris")
    • getCountry

      public String getCountry()
      Description copied from interface: StdZoneIdentifier

      Yields the belonging country in ISO-3166-format - related to the exemplar city.

      Specified by:
      getCountry in interface StdZoneIdentifier
      Returns:
      country code