Enum Class KonkurrenzenRechtsfolgeVergleicher.Modus

java.lang.Object
java.lang.Enum<KonkurrenzenRechtsfolgeVergleicher.Modus>
de.tillmenke.studium.informatik.masterarbeit.strafrecht.KonkurrenzenRechtsfolgeVergleicher.Modus
All Implemented Interfaces:
Serializable, Comparable<KonkurrenzenRechtsfolgeVergleicher.Modus>, Constable
Enclosing class:
KonkurrenzenRechtsfolgeVergleicher

public static enum KonkurrenzenRechtsfolgeVergleicher.Modus extends Enum<KonkurrenzenRechtsfolgeVergleicher.Modus>
Arbeitsmodi des Vergleichers
Author:
Till Menke
  • Enum Constant Details

    • Minimum

      public static final KonkurrenzenRechtsfolgeVergleicher.Modus Minimum
      gibt Gleichheit zurück, wenn die Zahl des Vergleichsobjekts gleich oder geringer als die Zahl der verbleibenden Straftaten ist
    • Maximum

      public static final KonkurrenzenRechtsfolgeVergleicher.Modus Maximum
      gibt Gleichheit zurück, wenn die Zahl des Vergleichsobjekts gleich oder höher als die Zahl der verbleibenden Straftaten ist
  • Method Details

    • values

      public static KonkurrenzenRechtsfolgeVergleicher.Modus[] 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 KonkurrenzenRechtsfolgeVergleicher.Modus 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