Class AttTic3Wochentag
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AttTic3Wochentag
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttTic3Wochentag extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Wochentag, TIC3 DaysOfWeekEnum.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttTic3Wochentag
ZUSTAND_1_MONTAG
static AttTic3Wochentag
ZUSTAND_1N_UNBEKANNT
static AttTic3Wochentag
ZUSTAND_2_DIENSTAG
static AttTic3Wochentag
ZUSTAND_3_MITTWOCH
static AttTic3Wochentag
ZUSTAND_4_DONNERSTAG
static AttTic3Wochentag
ZUSTAND_5_FREITAG
static AttTic3Wochentag
ZUSTAND_6_SONNABEND
static AttTic3Wochentag
ZUSTAND_7_SONNTAG
-
Constructor Summary
Constructors Constructor Description AttTic3Wochentag(java.lang.Byte value)
Erzeugte eine neues Attribut .
-
Method Summary
Modifier and Type Method Description static java.util.List<AttTic3Wochentag>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttTic3Wochentag
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttTic3Wochentag
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_1N_UNBEKANNT
public static final AttTic3Wochentag ZUSTAND_1N_UNBEKANNT
-
ZUSTAND_1_MONTAG
public static final AttTic3Wochentag ZUSTAND_1_MONTAG
-
ZUSTAND_2_DIENSTAG
public static final AttTic3Wochentag ZUSTAND_2_DIENSTAG
-
ZUSTAND_3_MITTWOCH
public static final AttTic3Wochentag ZUSTAND_3_MITTWOCH
-
ZUSTAND_4_DONNERSTAG
public static final AttTic3Wochentag ZUSTAND_4_DONNERSTAG
-
ZUSTAND_5_FREITAG
public static final AttTic3Wochentag ZUSTAND_5_FREITAG
-
ZUSTAND_6_SONNABEND
public static final AttTic3Wochentag ZUSTAND_6_SONNABEND
-
ZUSTAND_7_SONNTAG
public static final AttTic3Wochentag ZUSTAND_7_SONNTAG
-
-
Method Detail
-
getZustand
public static AttTic3Wochentag 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 AttTic3Wochentag 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<AttTic3Wochentag> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-