Enum MensaLine

java.lang.Object
java.lang.Enum<MensaLine>
edu.kit.aifb.atks.mensascraper.lib.MensaLine
All Implemented Interfaces:
Serializable, Comparable<MensaLine>, java.lang.constant.Constable

public enum MensaLine extends Enum<MensaLine>
Enum representing canteens' counters ("Linien")
  • Enum Constant Details

    • LINIE_1

      public static final MensaLine LINIE_1
      Linie 1 at Mensa am Adenauerring
    • LINIE_2

      public static final MensaLine LINIE_2
      Linie 2 at Mensa am Adenauerring
    • LINIE_3

      public static final MensaLine LINIE_3
      Linie 3 at Mensa am Adenauerring
    • LINIE_4

      public static final MensaLine LINIE_4
      Linie 4 at Mensa am Adenauerring
    • LINIE_5

      public static final MensaLine LINIE_5
      Linie 5 at Mensa am Adenauerring
    • LINIE_6

      public static final MensaLine LINIE_6
      Linie 6 at Mensa am Adenauerring
    • SCHNITZELBAR

      public static final MensaLine SCHNITZELBAR
      Schnitzelbar at Mensa am Adenauerring
    • KOERIWERK

      public static final MensaLine KOERIWERK
      Koeriwerk at Mensa am Adenauerring
    • PIZZAWERK

      public static final MensaLine PIZZAWERK
      Pizzawerk at Mensa am Adenauerring
    • CAFETERIA

      public static final MensaLine CAFETERIA
      Caféteria at Mensa am Adenauerring
    • UNKNOWN

      public static final MensaLine UNKNOWN
      Unknown counter / location
  • Method Details

    • values

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

      public static MensaLine valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null