public final class ZeitstempelOperatoren
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
FORMAT
der Operator zum Umwandeln eines Zeitstempels in eine Zeichenkette.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
KONSTRUKTOR
der Operator zum Anlegen eines neuen Zeitstempel-Objekts.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
MINUS
subtrahiert zwei zeitbezogene Werte.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] |
OPERATOREN
die Liste aller Zeitstempeloperatoren.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
PLUS
addiert zwei zeitbezogene Werte.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ZEITBEREICH_KONSTRUKTOR
der Operator zum Anlegen eines neuen Zeitstempel-Objekts.
|
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ZEITBEREICH_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FORMAT
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator PLUS
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MINUS
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] OPERATOREN