Enum Class Africa

java.lang.Object
java.lang.Enum<Africa>
cn.vorbote.ical.values.Africa
All Implemented Interfaces:
ITimezone, Serializable, Comparable<Africa>, Constable

public enum Africa extends Enum<Africa> implements ITimezone
Africa
Created at 2022/9/20 16:31
Author:
vorbote
  • Enum Constant Details

    • BUJUMBURA

      public static final Africa BUJUMBURA
    • GABORONE

      public static final Africa GABORONE
    • LUBUMBASHI

      public static final Africa LUBUMBASHI
    • MAPUTO

      public static final Africa MAPUTO
  • Method Details

    • values

      public static Africa[] 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 Africa 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
    • getTimezoneId

      public String getTimezoneId()
      Description copied from interface: ITimezone
      Get the timezone id of this timezone.
      Specified by:
      getTimezoneId in interface ITimezone
      Returns:
      The timezone id.