Package de.bsvrz.dav.dav.subscriptions
Enum Class ReceiverState
- All Implemented Interfaces:
Serializable
,Comparable<ReceiverState>
,Constable
Status einer Senek oder eines Empfängers
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUngültige Anmeldung (z.B. mehrere Senken)es gibt mehrere mögliche Zentraldatenverteiler, Anmeldung daher deaktiviertungültiger Status einer entfernten Anmeldung, z.B. keine Rechte am entfernten Dav oder nicht verantwortlichEs gibt keine Quellen/SenderEs fehlen RechteEs gibt Quellen/SenderUnbekannt, Empfänger wurde gerade erst angemeldetEs ist unbekannt, ob Sender verfügbar sind -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ReceiverState
Returns the enum constant of this class with the specified name.static ReceiverState[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
Unbekannt, Empfänger wurde gerade erst angemeldet -
NO_SENDERS
Es gibt keine Quellen/Sender -
SENDERS_AVAILABLE
Es gibt Quellen/Sender -
WAITING
Es ist unbekannt, ob Sender verfügbar sind -
NOT_ALLOWED
Es fehlen Rechte -
INVALID_SUBSCRIPTION
Ungültige Anmeldung (z.B. mehrere Senken) -
NO_REMOTE_DRAIN
ungültiger Status einer entfernten Anmeldung, z.B. keine Rechte am entfernten Dav oder nicht verantwortlich -
MULTIPLE_REMOTE_LOCK
es gibt mehrere mögliche Zentraldatenverteiler, Anmeldung daher deaktiviert
-
-
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 nameNullPointerException
- if the argument is null
-
isValidReceiver
public boolean isValidReceiver()
-