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 DATEIFEHLERDateifehler.KOMMUNIKATION_AUSGEHEND_GESTOERTKommunikationstörung ausgehend.KOMMUNIKATION_AUSGEHEND_OKKommunikation ausgehend OK.KOMMUNIKATION_EINGEHEND_GESTOERTKommunikationstörung eingehend.KOMMUNIKATION_EINGEHEND_OKKommunikation eingehend OK. -
Method Summary
Modifier and Type Method Description de.bsvrz.sys.funclib.operatingMessage.MessageGradegetGrade()Gibt denMessageGradeder Meldung zurück.java.lang.StringgetId()Gibt die Id der Meldung zurück.java.lang.StringgetMessage()Gibt den Text der Meldung zurück.de.bsvrz.sys.funclib.operatingMessage.MessageStategetState()Gibt denMessageStateder Meldung zurück.static LMTIC3Betriebsmeldungen.LMTIC3BetriebsmeldungvalueOf(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 denMessageGradeder Meldung zurück.- Returns:
MessageGrade
-
getState
public de.bsvrz.sys.funclib.operatingMessage.MessageState getState()Gibt denMessageStateder Meldung zurück.- Returns:
MessageState
-
getMessage
public java.lang.String getMessage()Gibt den Text der Meldung zurück.- Returns:
- Text
-