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 intLänge eines Boolschen Werts bei textueller Repraesentation mit '0' und '1'.protected static final longprotected static final longprotected static final longprotected static final longstatic final intstatic final intstatic final intstatic final intprotected static final StringDelimiter für Parameter im Container-Header.protected static final StringTextuelle Repraesentationdes boolsches Kennzeichen für 'Falsch'.protected final Propertiesprotected static final StringTextuelle Repraesentation des boolsches Kennzeichen für 'Wahr'. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclear()getValAsBool(KeyValParam chp) getValAsInt(KeyValParam chp) getValAsLong(KeyValParam chp) voidsetDefaultVal(KeyValParam chp) voidsetVal(KeyValParam chp, boolean val) voidsetVal(KeyValParam chp, long val) voidsetVal(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
-