public interface DoubleAttributeType extends AttributeType
Modifier and Type | Field and Description |
---|---|
static byte |
DOUBLE
Ergebnis der Methode
getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point "double format" mit 64 Bits. |
static byte |
FLOAT
Ergebnis der Methode
getAccuracy() für eine Genauigkeit entsprechend dem IEEE 754 floating-point "single format" mit 32 Bits. |
Modifier and Type | Method and Description |
---|---|
byte |
getAccuracy()
Bestimmt die Genauigkeit von Attributen dieses Typs.
|
java.lang.String |
getUnit()
Bestimmt die Maßeinheit von Werten dieses Attributtyps.
|
getDefaultAttributeValue
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
static final byte FLOAT
getAccuracy()
für eine Genauigkeit entsprechend dem IEEE 754 floating-point "single format" mit 32 Bits.static final byte DOUBLE
getAccuracy()
für eine Genauigkeit entsprechend dem IEEE 754 floating-point "double format" mit 64 Bits.