Package de.bsvrz.dav.daf.main.config
Interface DoubleAttributeType
- All Superinterfaces:
AttributeType
,Comparable
,ConfigurationObject
,SystemObject
- All Known Implementing Classes:
DafDoubleAttributeType
Schnittstellenklasse zum Zugriff auf die Eigenschaften von Fließkomma-Attributtypen. Attribute von diesem Attributtyp enthalten Fließkommazahl mit
32 oder 64 Bit Genauigkeit. Durch den Attributtyp wird die Einheit und die Genauigkeit von Werten dieses Typs definiert.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
Ergebnis der MethodegetAccuracy()
für eine Genauigkeit entsprechend dem IEEE 754 floating-point "double format" mit 64 Bits.static final byte
Ergebnis der MethodegetAccuracy()
für eine Genauigkeit entsprechend dem IEEE 754 floating-point "single format" mit 32 Bits. -
Method Summary
Modifier and TypeMethodDescriptionbyte
Bestimmt die Genauigkeit von Attributen dieses Typs.getUnit()
Bestimmt die Maßeinheit von Werten dieses Attributtyps.Methods inherited from interface de.bsvrz.dav.daf.main.config.AttributeType
getDefaultAttributeValue
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.bsvrz.dav.daf.main.config.ConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
Methods inherited from interface de.bsvrz.dav.daf.main.config.SystemObject
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
-
Field Details
-
FLOAT
static final byte FLOATErgebnis der MethodegetAccuracy()
für eine Genauigkeit entsprechend dem IEEE 754 floating-point "single format" mit 32 Bits.- See Also:
-
DOUBLE
static final byte DOUBLEErgebnis der MethodegetAccuracy()
für eine Genauigkeit entsprechend dem IEEE 754 floating-point "double format" mit 64 Bits.- See Also:
-
-
Method Details