Enum OnlineDatensatz.Status

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Enum

        java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ANMELDUNG_UNGUELTIG
      Der Versand von Daten soll angehalten werden, weil die entsprechende Anmeldung momentan nicht gültig ist (z.B. wegen doppelter Quelle).
      KEINE_RECHTE
      Der Versand von Daten soll angehalten werden, weil momentan keine Rechte für den Versand vorliegen.
      START
      Der Versand von Daten kann gestartet werden.
      STOP
      Der Versand von Daten soll angehalten werden, weil momentan kein Abnehmer sich für die Daten interessiert.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getBeschreibung()
      Gibt die Beschreibung des Status wieder.
      int getCode()
      Gibt den passenden Statuscode in den Datenverteilerapplikationsfunktionen wieder.
      static OnlineDatensatz.Status getStatus​(int code)
      Bestimmt den Status zu einem Code.
      static OnlineDatensatz.Status valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static OnlineDatensatz.Status[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • STOP

        public static final OnlineDatensatz.Status STOP
        Der Versand von Daten soll angehalten werden, weil momentan kein Abnehmer sich für die Daten interessiert.
      • KEINE_RECHTE

        public static final OnlineDatensatz.Status KEINE_RECHTE
        Der Versand von Daten soll angehalten werden, weil momentan keine Rechte für den Versand vorliegen.
      • ANMELDUNG_UNGUELTIG

        public static final OnlineDatensatz.Status ANMELDUNG_UNGUELTIG
        Der Versand von Daten soll angehalten werden, weil die entsprechende Anmeldung momentan nicht gültig ist (z.B. wegen doppelter Quelle).
    • Method Detail

      • values

        public static OnlineDatensatz.Status[] 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 OnlineDatensatz.Status valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getStatus

        public static OnlineDatensatz.Status getStatus​(int code)
        Bestimmt den Status zu einem Code.
        Parameters:
        code - ein Code.
        Returns:
        der gesuchte Status.
      • getBeschreibung

        public java.lang.String getBeschreibung()
        Gibt die Beschreibung des Status wieder.
        Returns:
        beschreibung.
      • getCode

        public int getCode()
        Gibt den passenden Statuscode in den Datenverteilerapplikationsfunktionen wieder.
        Returns:
        code.