Package de.bsvrz.ars.ars.persistence
Klasse KeyValProps
java.lang.Object
de.bsvrz.ars.ars.persistence.KeyValProps
- Bekannte direkte Unterklassen:
ContainerHdr
,StartupProperties
Klasse zum Lesen/Schreiben von Key/Value-Paaren. Die Values haben stets feste Länge..
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Länge eines Boolschen Werts bei textueller Repraesentation mit '0' und '1'.protected static final long
protected static final long
protected static final long
protected static final long
static final int
static final int
static final int
static final int
protected static final String
Delimiter für Parameter im Container-Header.protected static final String
Textuelle Repraesentationdes boolsches Kennzeichen für 'Falsch'.protected final Properties
protected static final String
Textuelle Repraesentation des boolsches Kennzeichen für 'Wahr'. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
clear()
getValAsBool
(KeyValParam chp) getValAsInt
(KeyValParam chp) getValAsLong
(KeyValParam chp) void
setDefaultVal
(KeyValParam chp) void
setVal
(KeyValParam chp, boolean val) void
setVal
(KeyValParam chp, long val) void
setVal
(KeyValParam chp, String val)
-
Felddetails
-
properties
-
BYTES4_STR_LEN
public static final int BYTES4_STR_LEN- Siehe auch:
-
BYTES5_STR_LEN
public static final int BYTES5_STR_LEN- Siehe auch:
-
BYTES6_STR_LEN
public static final int BYTES6_STR_LEN- Siehe auch:
-
BYTES8_STR_LEN
public static final int BYTES8_STR_LEN- Siehe auch:
-
BOOL_STR_LEN
public static final int BOOL_STR_LENLänge eines Boolschen Werts bei textueller Repraesentation mit '0' und '1'.- Siehe auch:
-
BYTE4_MAXVAL
protected static final long BYTE4_MAXVAL- Siehe auch:
-
BYTE5_MAXVAL
protected static final long BYTE5_MAXVAL- Siehe auch:
-
BYTE6_MAXVAL
protected static final long BYTE6_MAXVAL- Siehe auch:
-
BYTE8_MAXVAL
protected static final long BYTE8_MAXVAL- Siehe auch:
-
TRUE
Textuelle Repraesentation des boolsches Kennzeichen für 'Wahr'.- Siehe auch:
-
FALSE
Textuelle Repraesentationdes boolsches Kennzeichen für 'Falsch'.- Siehe auch:
-
CH_DELIM
Delimiter für Parameter im Container-Header.- Siehe auch:
-
-
Konstruktordetails
-
KeyValProps
public KeyValProps()
-
-
Methodendetails
-
clear
public void clear() -
setVal
- Löst aus:
PersistenceException
-
setVal
- Löst aus:
PersistenceException
-
setVal
- Löst aus:
PersistenceException
-
setDefaultVal
-
getValAsString
-
getValAsLong
- Löst aus:
PersistenceException
-
getValAsBool
- Löst aus:
PersistenceException
-
getValAsInt
- Löst aus:
PersistenceException
-