Enum Class BiddingZone

java.lang.Object
java.lang.Enum<BiddingZone>
io.openems.edge.timeofusetariff.entsoe.BiddingZone
All Implemented Interfaces:
Serializable, Comparable<BiddingZone>, Constable

public enum BiddingZone extends Enum<BiddingZone>
https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas.
  • Enum Constant Details

    • GERMANY

      public static final BiddingZone GERMANY
      BZN|DE-LU.
    • AUSTRIA

      public static final BiddingZone AUSTRIA
      BZN|AT.
    • SWEDEN_SE1

      public static final BiddingZone SWEDEN_SE1
      BZN|SE1.
    • SWEDEN_SE2

      public static final BiddingZone SWEDEN_SE2
      BZN|SE2.
    • SWEDEN_SE3

      public static final BiddingZone SWEDEN_SE3
      BZN|SE3.
    • SWEDEN_SE4

      public static final BiddingZone SWEDEN_SE4
      BZN|SE4.
    • BELGIUM

      public static final BiddingZone BELGIUM
      BZN|BE.
    • NETHERLANDS

      public static final BiddingZone NETHERLANDS
      BZN|NL.
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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