Enum Class EUROPE

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

public enum EUROPE extends Enum<EUROPE> implements StdZoneIdentifier

Contains all standard timezone IDs in Europe.

  • Enum Constant Details

    • AMSTERDAM

      public static final EUROPE AMSTERDAM
    • ANDORRA

      public static final EUROPE ANDORRA
    • ATHENS

      public static final EUROPE ATHENS
    • BELGRADE

      public static final EUROPE BELGRADE
    • BERLIN

      public static final EUROPE BERLIN
    • BRATISLAVA

      public static final EUROPE BRATISLAVA
    • BRUSSELS

      public static final EUROPE BRUSSELS
    • BUCHAREST

      public static final EUROPE BUCHAREST
    • BUDAPEST

      public static final EUROPE BUDAPEST
    • CHISINAU

      public static final EUROPE CHISINAU
    • COPENHAGEN

      public static final EUROPE COPENHAGEN
    • DUBLIN

      public static final EUROPE DUBLIN
    • GIBRALTAR

      public static final EUROPE GIBRALTAR
    • GUERNSEY

      public static final EUROPE GUERNSEY
    • HELSINKI

      public static final EUROPE HELSINKI
    • ISLE_OF_MAN

      public static final EUROPE ISLE_OF_MAN
    • ISTANBUL

      public static final EUROPE ISTANBUL
    • JERSEY

      public static final EUROPE JERSEY
    • KALININGRAD

      public static final EUROPE KALININGRAD
    • KIEV

      public static final EUROPE KIEV
    • LISBON

      public static final EUROPE LISBON
    • LJUBLJANA

      public static final EUROPE LJUBLJANA
    • LONDON

      public static final EUROPE LONDON
    • LUXEMBOURG

      public static final EUROPE LUXEMBOURG
    • MADRID

      public static final EUROPE MADRID
    • MALTA

      public static final EUROPE MALTA
    • MARIEHAMN

      public static final EUROPE MARIEHAMN
    • MINSK

      public static final EUROPE MINSK
    • MONACO

      public static final EUROPE MONACO
    • MOSCOW

      public static final EUROPE MOSCOW
    • OSLO

      public static final EUROPE OSLO
    • PARIS

      public static final EUROPE PARIS
    • PODGORICA

      public static final EUROPE PODGORICA
    • PRAGUE

      public static final EUROPE PRAGUE
    • RIGA

      public static final EUROPE RIGA
    • ROME

      public static final EUROPE ROME
    • SAMARA

      public static final EUROPE SAMARA
    • SAN_MARINO

      public static final EUROPE SAN_MARINO
    • SARAJEVO

      public static final EUROPE SARAJEVO
    • SIMFEROPOL

      public static final EUROPE SIMFEROPOL
    • SOFIA

      public static final EUROPE SOFIA
    • SKOPJE

      public static final EUROPE SKOPJE
    • STOCKHOLM

      public static final EUROPE STOCKHOLM
    • TALLINN

      public static final EUROPE TALLINN
    • TIRANE

      public static final EUROPE TIRANE
    • UZHGOROD

      public static final EUROPE UZHGOROD
    • VADUZ

      public static final EUROPE VADUZ
    • VATICAN

      public static final EUROPE VATICAN
    • VIENNA

      public static final EUROPE VIENNA
    • VILNIUS

      public static final EUROPE VILNIUS
    • VOLGOGRAD

      public static final EUROPE VOLGOGRAD
    • WARSAW

      public static final EUROPE WARSAW
    • ZAGREB

      public static final EUROPE ZAGREB
    • ZAPOROZHYE

      public static final EUROPE ZAPOROZHYE
    • ZURICH

      public static final EUROPE ZURICH
  • Method Details

    • values

      public static EUROPE[] 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 EUROPE 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