|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<KindOfUpdateTelegramm>
de.bsvrz.dav.daf.main.impl.config.request.KindOfUpdateTelegramm
public enum KindOfUpdateTelegramm
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.
Enum Constant Summary | |
---|---|
CREATED
Es wurde ein neues dynamisches Objekt erzeugt |
|
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 |
Field Summary | |
---|---|
private byte |
_code
|
private String |
_name
|
Method Summary | |
---|---|
byte |
getCode()
|
static KindOfUpdateTelegramm |
getInstance(byte code)
|
String |
getName()
|
String |
toString()
|
static KindOfUpdateTelegramm |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KindOfUpdateTelegramm[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final KindOfUpdateTelegramm UPDATE_NAME
public static final KindOfUpdateTelegramm UPDATE_NOT_VALID_SINCE
public static final KindOfUpdateTelegramm CREATED
Field Detail |
---|
private final String _name
private final byte _code
Method Detail |
---|
public static final KindOfUpdateTelegramm[] values()
for(KindOfUpdateTelegramm c : KindOfUpdateTelegramm.values()) System.out.println(c);
public static KindOfUpdateTelegramm valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static KindOfUpdateTelegramm getInstance(byte code)
public byte getCode()
public String getName()
public String toString()
toString
in class Enum<KindOfUpdateTelegramm>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |