Package de.bsvrz.dav.dav.subscriptions
Enum ReceiverState
java.lang.Object
java.lang.Enum<ReceiverState>
de.bsvrz.dav.dav.subscriptions.ReceiverState
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ReceiverState>
,java.lang.constant.Constable
public enum ReceiverState extends java.lang.Enum<ReceiverState>
Status einer Senek oder eines Empfängers
-
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 INVALID_SUBSCRIPTION
Ungültige Anmeldung (z.B. mehrere Senken)MULTIPLE_REMOTE_LOCK
es gibt mehrere mögliche Zentraldatenverteiler, Anmeldung daher deaktiviertNO_REMOTE_DRAIN
ungültiger Status einer entfernten Anmeldung, z.B. keine Rechte am entfernten Dav oder nicht verantwortlichNO_SENDERS
Es gibt keine Quellen/SenderNOT_ALLOWED
Es fehlen RechteSENDERS_AVAILABLE
Es gibt Quellen/SenderUNKNOWN
Unbekannt, Empfänger wurde gerade erst angemeldetWAITING
Es ist unbekannt, ob Sender verfügbar sind -
Method Summary
Modifier and Type Method Description boolean
isValidReceiver()
static ReceiverState
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReceiverState[]
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 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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 namejava.lang.NullPointerException
- if the argument is null
-
isValidReceiver
public boolean isValidReceiver()
-