Module libldt

Enum WOP

java.lang.Object
java.lang.Enum<WOP>
libldt3.model.enums.WOP
All Implemented Interfaces:
Serializable, Comparable<WOP>, java.lang.constant.Constable

public enum WOP extends Enum<WOP>
E022
  • Enum Constant Details

    • Dummy_bei_eGK

      public static final WOP Dummy_bei_eGK
      Dummy bei eGK
    • SchleswigHolstein

      public static final WOP SchleswigHolstein
      Schleswig-Holstein
    • Hamburg

      public static final WOP Hamburg
    • Bremen

      public static final WOP Bremen
    • Niedersachsen

      public static final WOP Niedersachsen
    • WestfalenLippe

      public static final WOP WestfalenLippe
      Westfalen-Lippe
    • Nordrhein

      public static final WOP Nordrhein
    • Hessen

      public static final WOP Hessen
    • Koblenz

      @Deprecated public static final WOP Koblenz
      Deprecated.
    • Rheinhessen

      @Deprecated public static final WOP Rheinhessen
      Deprecated.
    • Pfalz

      @Deprecated public static final WOP Pfalz
      Deprecated.
    • Trier

      @Deprecated public static final WOP Trier
      Deprecated.
    • RheinlandPfalz

      public static final WOP RheinlandPfalz
      Rheinland-Pfalz
    • BadenWuerttemberg

      public static final WOP BadenWuerttemberg
      Baden-Württemberg
    • Nordbaden

      @Deprecated public static final WOP Nordbaden
      Deprecated.
    • Suedbaden

      @Deprecated public static final WOP Suedbaden
      Deprecated.
      Südbaden
    • Nordwuerttemberg

      @Deprecated public static final WOP Nordwuerttemberg
      Deprecated.
      Nordwürttemberg
    • Suedwuerttemberg

      @Deprecated public static final WOP Suedwuerttemberg
      Deprecated.
      Südwürttemberg
    • Bayern

      public static final WOP Bayern
    • Berlin

      public static final WOP Berlin
    • Saarland

      public static final WOP Saarland
    • KBV

      public static final WOP KBV
    • MecklenburgVorpommern

      public static final WOP MecklenburgVorpommern
      Mecklenburg-Vorpommern
    • Brandenburg

      public static final WOP Brandenburg
    • SachsenAnhalt

      public static final WOP SachsenAnhalt
      Sachsen-Anhalt
    • Thueringen

      public static final WOP Thueringen
      Thüringen
    • Sachsen

      public static final WOP Sachsen
      ( ) fusioniert, teilweise aber noch in Gebrauch
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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