Class AttZahlPositiv
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Long>
-
- de.bsvrz.sys.funclib.bitctrl.modell.fachmodellglobal.attribute.AttZahlPositiv
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Long>>
@Wertebereich(minimum=0L, maximum=9223372036854775807L, einheit="") public class AttZahlPositiv extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Long>
Positive ganze Zahl.- 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.Long
MAX_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
static java.lang.Long
MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
-
Constructor Summary
Constructors Constructor Description AttZahlPositiv(java.lang.Long value)
Erzeugte eine neues Attribut ZahlPositiv.
-
-
-
Field Detail
-
MIN_VALUE
@Deprecated public static final java.lang.Long MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der minimale Wert des Attributs.
-
MAX_VALUE
@Deprecated public static final java.lang.Long 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
-
-