public class StoerfallIndikator extends AbstractSystemObjekt
SystemObjekt.PidComparator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATT_NAME_SITUATION
Attributname für die Speicherung des aktuellen Störfallzustands des
Indikators.
|
Constructor and Description |
---|
StoerfallIndikator(de.bsvrz.dav.daf.main.config.SystemObject obj)
Erzeugt einen Störfallindikator aus einem Systemobjekt.
|
Modifier and Type | Method and Description |
---|---|
SystemObjektTyp |
getTyp()
Gibt den Typ des Systemobjekts zurück.
|
compareTo, equals, getId, getName, getOnlineDatensatz, getOnlineDatensatz, getParameterDatensatz, getParameterDatensatz, getPid, getSystemObject, hashCode, hasOnlineDatensatz, hasParameterDatensatz, toString
public static final java.lang.String ATT_NAME_SITUATION
public StoerfallIndikator(de.bsvrz.dav.daf.main.config.SystemObject obj)
obj
- Ein Systemobjekt, welches ein StörfallIndikator sein mussjava.lang.IllegalArgumentException
- das übergebene Objekt ist kein Störfallindikatorpublic SystemObjektTyp getTyp()
SystemObjekt