Class AttVewBetrOperation
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmvewbetriebglobal.attribute.AttVewBetrOperation
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttVewBetrOperation extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Definition einer Operation für den Filter.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttVewBetrOperation
ZUSTAND_0_WERT_IST_GLEICH
static AttVewBetrOperation
ZUSTAND_1_WERT_IST_KLEINER
static AttVewBetrOperation
ZUSTAND_2_WERT_IST_GROESSER
static AttVewBetrOperation
ZUSTAND_3_WERT_IST_KLEINER_ODER_GLEICH
static AttVewBetrOperation
ZUSTAND_4_WERT_IST_GROESSER_ODER_GLEICH
static AttVewBetrOperation
ZUSTAND_5_TEXT_GLEICH
static AttVewBetrOperation
ZUSTAND_6_TEXT_ENTHAELT
static AttVewBetrOperation
ZUSTAND_7_TEXT_BEGINNT_MIT
static AttVewBetrOperation
ZUSTAND_8_TEXT_ENDET_MIT
static AttVewBetrOperation
ZUSTAND_9_KEIN_OPERATOR
-
Constructor Summary
Constructors Constructor Description AttVewBetrOperation(java.lang.Byte value)
Erzeugte eine neues Attribut VewBetrOperation.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttVewBetrOperation>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttVewBetrOperation
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttVewBetrOperation
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_0_WERT_IST_GLEICH
public static final AttVewBetrOperation ZUSTAND_0_WERT_IST_GLEICH
-
ZUSTAND_1_WERT_IST_KLEINER
public static final AttVewBetrOperation ZUSTAND_1_WERT_IST_KLEINER
-
ZUSTAND_2_WERT_IST_GROESSER
public static final AttVewBetrOperation ZUSTAND_2_WERT_IST_GROESSER
-
ZUSTAND_3_WERT_IST_KLEINER_ODER_GLEICH
public static final AttVewBetrOperation ZUSTAND_3_WERT_IST_KLEINER_ODER_GLEICH
-
ZUSTAND_4_WERT_IST_GROESSER_ODER_GLEICH
public static final AttVewBetrOperation ZUSTAND_4_WERT_IST_GROESSER_ODER_GLEICH
-
ZUSTAND_5_TEXT_GLEICH
public static final AttVewBetrOperation ZUSTAND_5_TEXT_GLEICH
-
ZUSTAND_6_TEXT_ENTHAELT
public static final AttVewBetrOperation ZUSTAND_6_TEXT_ENTHAELT
-
ZUSTAND_7_TEXT_BEGINNT_MIT
public static final AttVewBetrOperation ZUSTAND_7_TEXT_BEGINNT_MIT
-
ZUSTAND_8_TEXT_ENDET_MIT
public static final AttVewBetrOperation ZUSTAND_8_TEXT_ENDET_MIT
-
ZUSTAND_9_KEIN_OPERATOR
public static final AttVewBetrOperation ZUSTAND_9_KEIN_OPERATOR
-
-
Method Detail
-
getZustand
public static AttVewBetrOperation getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.- Parameters:
value
- ein Zahlenwert- Returns:
- der Zustand zu dem Zahlenwert oder
null
, wenn die Zahl keine Entsprechnung als Zustand besitzt.
-
getZustand
public static AttVewBetrOperation getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.- Parameters:
value
- der Zustandsname- Returns:
- der Zustand zu dem Zustandsnamen oder
null
, wenn kein Zustand einen solchen Namen hat.
-
getZustaende
public static java.util.List<AttVewBetrOperation> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-