public class UfdsVergleichsOperator
extends de.bsvrz.sys.funclib.bitctrl.daf.AbstractDavZustand
att.ufdsVergleichsOperator
beschriebenen Werte zur Verfügung
gestellt.Modifier and Type | Field and Description |
---|---|
static UfdsVergleichsOperator |
BEDINGUNG_IMMER_FALSCH
Alle wirklichen Enumerationswerte
|
static UfdsVergleichsOperator |
BEDINGUNG_IMMER_WAHR |
static UfdsVergleichsOperator |
GLEICH |
static UfdsVergleichsOperator |
GROESSER |
static UfdsVergleichsOperator |
GROESSER_GLEICH |
static UfdsVergleichsOperator |
KLEINER |
static UfdsVergleichsOperator |
KLEINER_GLEICH |
private static Map<Integer,UfdsVergleichsOperator> |
WERTE_BEREICH
Der Wertebereich dieses DAV-Enumerationstypen
|
Modifier | Constructor and Description |
---|---|
private |
UfdsVergleichsOperator(String name,
int code)
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
static UfdsVergleichsOperator |
getZustand(int code)
Erfragt den Wert dieses DAV-Enumerationstypen mit dem übergebenen Code
|
boolean |
vergleiche(de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorWert wert1,
de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorWert wert2)
Vergleicht zwei Werte mit diesem Operator miteinander
|
private static final Map<Integer,UfdsVergleichsOperator> WERTE_BEREICH
public static final UfdsVergleichsOperator BEDINGUNG_IMMER_FALSCH
public static final UfdsVergleichsOperator BEDINGUNG_IMMER_WAHR
public static final UfdsVergleichsOperator KLEINER
public static final UfdsVergleichsOperator KLEINER_GLEICH
public static final UfdsVergleichsOperator GLEICH
public static final UfdsVergleichsOperator GROESSER_GLEICH
public static final UfdsVergleichsOperator GROESSER
private UfdsVergleichsOperator(String name, int code)
name
- der Name des Wertescode
- der Code des Wertespublic static final UfdsVergleichsOperator getZustand(int code)
code
- der Code des Enumerations-Wertespublic final boolean vergleiche(de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorWert wert1, de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorWert wert2)
wert1
- Wert Nr.1wert2
- Wert Nr.2Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.