Class AttBcGefahrenPotenzial
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlevent.attribute.AttBcGefahrenPotenzial
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>>
@Wertebereich(minimum=-1L, maximum=32767L, einheit="Punkte") public class AttBcGefahrenPotenzial extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
Beschreibt ein Gefahrenpotential durch ein Ereignis vom Typ typ.vbaEvent wie z.B. "Stehen gebliebenes Fahrzeug" oder "Wind von NO".- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EINHEIT
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
static java.lang.Short
MAX_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
static java.lang.Short
MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
static AttBcGefahrenPotenzial
ZUSTAND_1_KEINES
static AttBcGefahrenPotenzial
ZUSTAND_10_NIEDRIG
static AttBcGefahrenPotenzial
ZUSTAND_1N_UNBEKANNT
static AttBcGefahrenPotenzial
ZUSTAND_200_MITTEL
static AttBcGefahrenPotenzial
ZUSTAND_300_HOCH
static AttBcGefahrenPotenzial
ZUSTAND_400_SEHR_HOCH
static AttBcGefahrenPotenzial
ZUSTAND_50_GERING
static AttBcGefahrenPotenzial
ZUSTAND_600_KATASTROPHE
-
Constructor Summary
Constructors Constructor Description AttBcGefahrenPotenzial(java.lang.Short value)
Erzeugte eine neues Attribut .
-
Method Summary
Modifier and Type Method Description static java.util.List<AttBcGefahrenPotenzial>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttBcGefahrenPotenzial
getZustand(java.lang.Short value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttBcGefahrenPotenzial
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
MIN_VALUE
@Deprecated public static final java.lang.Short MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der minimale Wert des Attributs.
-
MAX_VALUE
@Deprecated public static final java.lang.Short MAX_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der maximale Wert des Attributs.
-
EINHEIT
@Deprecated public static final java.lang.String EINHEIT
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Die Einheit.- See Also:
- Constant Field Values
-
ZUSTAND_1N_UNBEKANNT
public static final AttBcGefahrenPotenzial ZUSTAND_1N_UNBEKANNT
-
ZUSTAND_1_KEINES
public static final AttBcGefahrenPotenzial ZUSTAND_1_KEINES
-
ZUSTAND_10_NIEDRIG
public static final AttBcGefahrenPotenzial ZUSTAND_10_NIEDRIG
-
ZUSTAND_50_GERING
public static final AttBcGefahrenPotenzial ZUSTAND_50_GERING
-
ZUSTAND_200_MITTEL
public static final AttBcGefahrenPotenzial ZUSTAND_200_MITTEL
-
ZUSTAND_300_HOCH
public static final AttBcGefahrenPotenzial ZUSTAND_300_HOCH
-
ZUSTAND_400_SEHR_HOCH
public static final AttBcGefahrenPotenzial ZUSTAND_400_SEHR_HOCH
-
ZUSTAND_600_KATASTROPHE
public static final AttBcGefahrenPotenzial ZUSTAND_600_KATASTROPHE
-
-
Method Detail
-
getZustand
public static AttBcGefahrenPotenzial getZustand(java.lang.Short 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 AttBcGefahrenPotenzial 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<AttBcGefahrenPotenzial> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-