Class AttVewBetrAktion
- 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.AttVewBetrAktion
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttVewBetrAktion extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Definition einer Aktion für die Aktion.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttVewBetrAktion
ZUSTAND_0_VERTEILEN
static AttVewBetrAktion
ZUSTAND_1_SENDEN
static AttVewBetrAktion
ZUSTAND_2_VERWALTEN
static AttVewBetrAktion
ZUSTAND_3_EMAIL
static AttVewBetrAktion
ZUSTAND_4_FAX
static AttVewBetrAktion
ZUSTAND_5_ABBRUCH
static AttVewBetrAktion
ZUSTAND_6_ERWEITERT
-
Constructor Summary
Constructors Constructor Description AttVewBetrAktion(java.lang.Byte value)
Erzeugte eine neues Attribut VewBetrAktion.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttVewBetrAktion>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttVewBetrAktion
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttVewBetrAktion
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_VERTEILEN
public static final AttVewBetrAktion ZUSTAND_0_VERTEILEN
-
ZUSTAND_1_SENDEN
public static final AttVewBetrAktion ZUSTAND_1_SENDEN
-
ZUSTAND_2_VERWALTEN
public static final AttVewBetrAktion ZUSTAND_2_VERWALTEN
-
ZUSTAND_3_EMAIL
public static final AttVewBetrAktion ZUSTAND_3_EMAIL
-
ZUSTAND_4_FAX
public static final AttVewBetrAktion ZUSTAND_4_FAX
-
ZUSTAND_5_ABBRUCH
public static final AttVewBetrAktion ZUSTAND_5_ABBRUCH
-
ZUSTAND_6_ERWEITERT
public static final AttVewBetrAktion ZUSTAND_6_ERWEITERT
-
-
Method Detail
-
getZustand
public static AttVewBetrAktion 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 AttVewBetrAktion 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<AttVewBetrAktion> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-