Package de.bsvrz.kex.lmstic3.vew
Enum LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung
java.lang.Object
java.lang.Enum<LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung>
de.bsvrz.kex.lmstic3.vew.LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung>
,java.lang.constant.Constable
- Enclosing class:
- LMTIC3Betriebsmeldungen
public static enum LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung extends java.lang.Enum<LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung>
Die Betriebsmeldungen der SWE.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description DATEIFEHLER
Dateifehler.KOMMUNIKATION_AUSGEHEND_GESTOERT
Kommunikationstörung ausgehend.KOMMUNIKATION_AUSGEHEND_OK
Kommunikation ausgehend OK.KOMMUNIKATION_EINGEHEND_GESTOERT
Kommunikationstörung eingehend.KOMMUNIKATION_EINGEHEND_OK
Kommunikation eingehend OK. -
Method Summary
Modifier and Type Method Description de.bsvrz.sys.funclib.operatingMessage.MessageGrade
getGrade()
Gibt denMessageGrade
der Meldung zurück.java.lang.String
getId()
Gibt die Id der Meldung zurück.java.lang.String
getMessage()
Gibt den Text der Meldung zurück.de.bsvrz.sys.funclib.operatingMessage.MessageState
getState()
Gibt denMessageState
der Meldung zurück.static LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LMTIC3Betriebsmeldungen.LMTIC3Betriebsmeldung[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
KOMMUNIKATION_AUSGEHEND_GESTOERT
Kommunikationstörung ausgehend. -
KOMMUNIKATION_AUSGEHEND_OK
Kommunikation ausgehend OK. -
DATEIFEHLER
Dateifehler. -
KOMMUNIKATION_EINGEHEND_GESTOERT
Kommunikationstörung eingehend. -
KOMMUNIKATION_EINGEHEND_OK
Kommunikation eingehend OK.
-
-
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
-
getId
public java.lang.String getId()Gibt die Id der Meldung zurück.- Returns:
- Id
-
getGrade
public de.bsvrz.sys.funclib.operatingMessage.MessageGrade getGrade()Gibt denMessageGrade
der Meldung zurück.- Returns:
MessageGrade
-
getState
public de.bsvrz.sys.funclib.operatingMessage.MessageState getState()Gibt denMessageState
der Meldung zurück.- Returns:
MessageState
-
getMessage
public java.lang.String getMessage()Gibt den Text der Meldung zurück.- Returns:
- Text
-