Enum Class MessQuerschnittVirtuell.BerechnungsVorschrift

java.lang.Object
java.lang.Enum<MessQuerschnittVirtuell.BerechnungsVorschrift>
de.bsvrz.sys.funclib.bitctrl.dua.lve.MessQuerschnittVirtuell.BerechnungsVorschrift
All Implemented Interfaces:
Serializable, Comparable<MessQuerschnittVirtuell.BerechnungsVorschrift>, Constable
Enclosing class:
MessQuerschnittVirtuell

public static enum MessQuerschnittVirtuell.BerechnungsVorschrift extends Enum<MessQuerschnittVirtuell.BerechnungsVorschrift>
Indiziert die Vorschrift, nach der die virtuellen MQs berechnet werden sollen.
  • Enum Constant Details

    • UNBEKANNT

      public static final MessQuerschnittVirtuell.BerechnungsVorschrift UNBEKANNT
      DUMMY.
      Steht fuer die Information, dass keine der beiden moeglichen Attributgruppen versorgt sind.
    • AUF_BASIS_VON_ATG_MQ_VIRTUELL_V_LAGE

      public static final MessQuerschnittVirtuell.BerechnungsVorschrift AUF_BASIS_VON_ATG_MQ_VIRTUELL_V_LAGE
      NEUE VORSCHRIFT.
      Definiert abstrakt eine Menge von (MQ, Anteil)-Tupeln, die beschreiben, wie sich die Werte des virtuellen MQ aus denen der einzelnen-MQs anteilig errechnen. Optionale Angabe eines MQ, von dem die Geschwindigkeit übernommen wird.
    • AUF_BASIS_VON_ATG_MQ_VIRTUELL_STANDARD

      public static final MessQuerschnittVirtuell.BerechnungsVorschrift AUF_BASIS_VON_ATG_MQ_VIRTUELL_STANDARD
      ALTE VORSCHRIFT.
      Definiert konkret Einfahrten und Ausfahrten sowie die Streckenstuecke vor, mitte und nach und errechnet anhand dieser Informationen nach Regeln aus Afo 4.0 die Werte des virtuellen MQ.
  • Method Details

    • 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

      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