Class AttVbaEventAutoResetTyp
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlevent.attribute.AttVbaEventAutoResetTyp
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttVbaEventAutoResetTyp extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Beschreibt die Art, wann ein Ereignis ohne Zutun des Bedieners zurück gesetzt werden kann, wenn das verursachende VBA-Event inaktiv wird.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttVbaEventAutoResetTyp
ZUSTAND_0_NIE
static AttVbaEventAutoResetTyp
ZUSTAND_1_QUITTIERT
static AttVbaEventAutoResetTyp
ZUSTAND_2_TIMEOUT
static AttVbaEventAutoResetTyp
ZUSTAND_3_IMMER
-
Constructor Summary
Constructors Constructor Description AttVbaEventAutoResetTyp(java.lang.Byte value)
Erzeugte eine neues Attribut AutoResetTyp.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttVbaEventAutoResetTyp>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttVbaEventAutoResetTyp
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttVbaEventAutoResetTyp
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_NIE
public static final AttVbaEventAutoResetTyp ZUSTAND_0_NIE
-
ZUSTAND_1_QUITTIERT
public static final AttVbaEventAutoResetTyp ZUSTAND_1_QUITTIERT
-
ZUSTAND_2_TIMEOUT
public static final AttVbaEventAutoResetTyp ZUSTAND_2_TIMEOUT
-
ZUSTAND_3_IMMER
public static final AttVbaEventAutoResetTyp ZUSTAND_3_IMMER
-
-
Method Detail
-
getZustand
public static AttVbaEventAutoResetTyp 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 AttVbaEventAutoResetTyp 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<AttVbaEventAutoResetTyp> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-