Modifier and Type | Method and Description |
---|---|
void |
Betriebsmeldungsverwaltung.sende(MeldungsTyp typ,
MeldungsTypZusatz mtz,
MeldungsKlasse klasse,
MeldungsStatus status,
String text)
Sendet eine Betriebsmeldung.
|
void |
Betriebsmeldungsverwaltung.sende(MeldungsTyp typ,
MeldungsTypZusatz mtz,
MeldungsKlasse klasse,
MeldungsStatus status,
SystemObjekt referenz,
String text,
Urlasser urlasser)
Sendet eine Betriebsmeldung.
|
void |
Betriebsmeldungsverwaltung.sende(MeldungsTyp typ,
MeldungsTypZusatz mtz,
MeldungsKlasse klasse,
String text)
Sendet eine Betriebsmeldung.
|
Modifier and Type | Method and Description |
---|---|
MeldungsTyp |
OdBetriebsMeldung.Daten.getMeldungsTyp()
Gibt den Typ der Meldung zurück.
|
Modifier and Type | Method and Description |
---|---|
void |
OdBetriebsMeldung.Daten.setMeldungsTyp(MeldungsTyp meldungsTyp)
Legt den Typ der Meldung fest.
|
Modifier and Type | Method and Description |
---|---|
static MeldungsTyp |
MeldungsTyp.getMeldungsTyp(int code)
Liefert zu einem Code den dazugehörigen Meldungstyp.
|
static MeldungsTyp |
MeldungsTyp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeldungsTyp[] |
MeldungsTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.