de.bsvrz.sys.funclib.bitctrl.dua.intpuf.IIntervallDatum<AusfallDatum>
public final class AusfallDatum extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.dua.intpuf.IIntervallDatum<AusfallDatum>
Modifier and Type | Method | Description |
---|---|---|
static AusfallDatum |
getAusfallDatumVon(de.bsvrz.dav.daf.main.ResultData resultat) |
Gibt nur ein Datum zurueck, wenn es sich um ein Datum handelt, dass auch
im Sinne der Plausibilisierung ausgewertet werden kann Also z.B. nicht
keine Quelle oder keine Daten |
boolean |
isAusgefallen() |
Erfragt ob dieses Datum ausgefallen ist.
|
boolean |
istGleich(AusfallDatum that) |
Zwei Ausfalldaten sind gleich, wenn deren Attribute
ausgefallen den selben Wert haben. |
java.lang.String |
toString() |
public static AusfallDatum getAusfallDatumVon(de.bsvrz.dav.daf.main.ResultData resultat)
keine Quelle
oder keine Daten
resultat
- ein Kz-Datumnull
fuer keine Quelle
usw.public boolean isAusgefallen()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean istGleich(AusfallDatum that)
ausgefallen
den selben Wert haben.istGleich
in interface de.bsvrz.sys.funclib.bitctrl.dua.intpuf.IIntervallDatum<AusfallDatum>