Enum Class KindOfUpdateTelegramm
java.lang.Object
java.lang.Enum<KindOfUpdateTelegramm>
de.bsvrz.dav.daf.main.impl.config.request.KindOfUpdateTelegramm
- All Implemented Interfaces:
Serializable
,Comparable<KindOfUpdateTelegramm>
,Constable
Enthält alle Typen von Telegrammen, die von der Konfiguration verschickt werden um anzuzeigen, dass sich Werte von Objekten geändert haben.
Anhand des Typs kann erkannt werden, wie der Byte-Strom zu interpretieren ist, der im Datensatz enthalten ist.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEs wurde ein neues dynamisches Objekt erzeugtDer Name eines Objekts hat sich geändert.Der Zeitpunkt, an dem das Objekt ungültig wurde, hat sich geändert -
Method Summary
Modifier and TypeMethodDescriptionbyte
getCode()
static KindOfUpdateTelegramm
getInstance
(byte code) getName()
toString()
static KindOfUpdateTelegramm
Returns the enum constant of this class with the specified name.static KindOfUpdateTelegramm[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UPDATE_NAME
Der Name eines Objekts hat sich geändert. -
UPDATE_NOT_VALID_SINCE
Der Zeitpunkt, an dem das Objekt ungültig wurde, hat sich geändert -
CREATED
Es wurde ein neues dynamisches Objekt erzeugt
-
-
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
-
getInstance
-
getCode
public byte getCode() -
getName
-
toString
- Overrides:
toString
in classEnum<KindOfUpdateTelegramm>
-